h2{
    color:white;
}
a{
    color:white;
    text-decoration: none;
    font-weight:bolder;
}
a:hover{
    text-decoration: underline;
}
body{
    
     background:#e39e9e;
}
button
{
    font-size: 25px;
    background:white;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
}
button:hover
{
    font-size: 25px;
    background:  #00d169;
    color: white;
    border: 2px black solid;
    border-radius: 15px;
}

#Table{
    display: flex;
    justify-content:center;
}
table {
   
    border-radius: 20px;
    
    padding: 15px;
    font-size: 30px;
    text-align:center;
    border-radius: 25px;
    justify-content: center;
    border-style: solid;
    border-color:  white;
}