body{
    background-color: black;
    padding-top: 25px;
    padding-bottom:10 px;
    padding-left: 20px;
    padding-right: 20px;
        
}
img{
    opacity: 0.85
}
img:hover{ 
    opacity: 1.0
}
h1{
    color: aliceblue;
    text-align: left;
    font-size: 70px
}

p{
    color: aliceblue;
        text-align: center;
    font-size: 25px
      
}

table{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px
    
}
th, td{
    padding-left: 20px;
    padding-right: 20px;
}
