#parent-box{
    display: inline-block;
}



#box1 {
    height: 405px;
    width: 250px;
    border: 2px solid black;
    background-color: #121212;
    transition: 0.3s;
    display: inline-block;
    margin: 40px;
}
#box1:hover{
    box-shadow: 2px 3px 8px 5px aqua;
    transform: scale(1.1);
}

#img {
    margin-left: 25px;
}

#t1 {
    margin-left: 15px;
    font-weight: 700;
    color: white;
}

#t2 {
    margin-left: 15px;
    font-weight: 600;
    color: white;
    font-size: large;
}

#t3 {
    text-decoration: line-through;
    color: rgb(82, 82, 82);
    font-size: small;
    margin-left: 5px;
}

#t4 {
    font-weight: 600;
    color: white;
    font-size: small;
}

#button{
    margin-left: 23px;
    height:40px;
    width:200px;
    cursor: pointer;
    background-color:aqua;
    border: none;
    color: black;
    transition: 0.3s;
}
  #button:hover {
    background-color:rgb(188, 244, 244);
    color: rgb(0, 0, 0);
    transform: scale(1.1);
  }

#buy{
    color: aqua(49, 49, 49);
    padding: 10px;
    font-size:175%;
    margin-left: 22px;
    font-weight: 700;
}

#box{
    height: 80px;
    max-width: 100%;
    background-color: black;
}

#img1{
    margin: 20px;
    display: inline;
}

#home{
    color: white;
    text-decoration:none;
    margin-left:300px;
    font-size: x-large;
}

#menu{
    color: white;
    text-decoration:none;
    margin-left:80px;
    font-size: x-large;
}

#contact{
    color: white;
    text-decoration:none;
    margin-left:80px;
    font-size: x-large;
}

#about{
    color: white;
    text-decoration:none;
    margin-left:80px;
    font-size: x-large;
}