
body{
    background-color: rgba(208, 197, 197, 100);
}
div{
    border: 3px double rgb(244, 11, 11);
    padding: 30px;
    margin: 15px;
    

}
p{
    color: rgb(245, 10, 10);
    text-align: center;
    font-family: 'Times New Roman (body)';
    font-size: 130%;
    text-shadow: 1px 1px rgba(23, 32, 43, 100);
}


h1{

    color: rgb(237, 13, 13);
    font-size: 350%;
    font-family: 'freestyle script' ;
    text-align: center;
    text-shadow: 4px 4px rgba(230, 197, 197, 100);
}

h2{

    color: rgb(245, 12, 12);
    font-size: 300%;
    font-family: 'freestyle script' ;
    text-align: center;
    text-shadow: 2px 2px rgba(23, 32, 42, 100);
    
}

h3 {

    color: rgb(245, 15, 15);
    font-size: 250%;
    font-family: 'freestyle script' ;
    text-align: center;
    text-shadow: 2px 2px rgba(23, 32, 42, 100);
    
}
table td, tr, th{
    border: 2px solid;
}

tr:hover{
    color: rgb(0, 109, 205);
}
td, th{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px ;.
    text-align: left ;
}

h4 {

    color: rgb(249, 13, 13);
    font-size: 200%;
    font-family: 'freestyle script' ;
    text-align: center;
    text-shadow: 2px 2px rgba(23, 32, 42, 100);
    
  
}

h5 {

    color: rgb(248, 13, 13);
    font-size: 150%;
    font-family: 'freestyle script' ;
    text-align: center;
    text-shadow: 2px 2px rgba(23, 32, 42, 100);
}



