body{
    background-color:rgb(0, 48, 73);
}
.Bar ul{
    text-decoration:none;
    list-style:none;
    height:30px;
    width:90px;
    margin:10px;
}
.Bar a{
       text-decoration:none;
       color: rgb(252, 191, 73);
}
.Bar a:hover{
    color:blue;
}
.Bar:hover{
    color:white;
}
h1{
    text-align: center;
    font-size:45px;
    font-weight:100;
    color:rgb(252, 191, 73);
}
h3{
    padding-top:160px;
    text-align: center;
    font-size:20px;
    color:rgb(252, 191, 73);
}
.Email{
    text-decoration:none;
    border-radius:1em;
    border:solid 1px black;
}
.Buyers{
    display:flex;
    gap:10px;
    justify-content: center;
    align-items: center;
    padding-top:130px;
}
.Buyers{
    color: rgb(252, 191, 73);
    justify-content:center;
    align-items:center;
    text-align: center;
}
.Laptops:hover{
    background-color:rgb(214, 40, 40);
    transition:3s;
}
.List{
    text-align:left;
}
.Laptops p{
    padding-top:32px;
}
.Laptops{
    border:solid 2px black;
    height:280px;
    width:250px;
    padding-top:20px;
}
.Laptops img{
    height:200px;
    width:250px;
}
.Computers{
border:solid 2px black;
height:300px;
width:250px;
}
.Computers:hover{
    background-color:rgb(214, 40, 40);
    transition:3s;
}
.Computers img{
    height:250px;
    width:250px;
}
 .Others{
    border:solid 2px black;
    height:280px;
    width:250px;
    padding-top:20px;
}

