.bodycontainer{
    
    background-color: whitesmoke;
    align-self: center;
    margin: 10px;
    padding: 15px;
    max-width: 375px;
}

.header{
    display: inline;
    background-color: aliceblue;
}
    

h1{
    padding-top: -20px;
    font-family: sans-serif;
    font-size: 25px ;
}
body{
    background-color: hsl(30, 54%, 90%);

}
.time
{
    background-color: hsl(330, 100%, 98%);
    padding: 5px;
    margin: 10px;

}
#pt{
    color: hsl(332, 51%, 32%);
}
img{
    width: 370px;
    border-radius: 8px;
}
.imageposition{

}
.headerword{
    width: 400px;
}
.header{
    border: 1px orange;
}
#tc,h2 {
    color: hsl(14, 45%, 36%);
}
table{
    width: 375px;
    
}
thead{
    border-bottom: 2px solid black;
}
td{
    border-bottom:1px solid gray;
    padding: 10px;
    background-color: inherit;
}

    
