#box
{
    height: 300px;
    width: 300px;
    border: 2px solid black;
    background-color: bisque;
}

#tshirt
{
    height: 150px;
    width: 150px;
    margin-left: 70px;
}

#price
{
    margin-top: 30px;
    font-family:'Times New Roman', Times, serif;
    text-align: center;
    color: green;
}

#off
{
    text-decoration: line-through;
}

#buy
{
    font-family: 'Times New Roman', Times, serif;
    margin-top: 10px;
    margin-left: 110px;
    color: green;
    background-color:lightcoral;
}

#size
{
    margin-left: 90px;
    margin-top: 20px;
    color: green;
}