p{
color: blue;
font-family: 'Courier New', Courier, monospace;
font-size: 30px;
background-color:  tomato;

}

table{
    width: 1000px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    border-collapse: collapse;
}

td, th{
    border: 3px solid darkgray;
}

td{
    text-align: center;
    color: blue;
    font-weight: bold;
    transition: 0.5sec;
  
}

th{
    background-color: aqua;
}

tbody td:hover{ 
    background-color: lightgreen;
}

td.offset {
    color:gray;
    opacity:0.5;}

img{
        width: 500px;
        height: 600px;
    
    }
    
    