h1{
    text-align: center;
    font-size:45px;
    font-weight:100;
}
.Email{
    text-decoration:none;
    border-radius:1em;
    border:solid 1px black;
}
.Buyers{
    display:flex;
    gap:10px;
    justify-content: center;
    align-items: center;
    padding-top:30px;
}
.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 img{
    height:250px;
    width:250px;
}
 .Others{
    border:solid 2px black;
    height:280px;
    width:250px;
    padding-top:20px;
}
