
div{
    top:25%;
    position: absolute;
    
    width: 85%;
    background-color:rgb(223, 0, 93) ;
    border-radius: 10px;
    padding: 20px;
    color: white;
    font-size: 1.5em;
    
}
footer{
    width: 100%;
    bottom: 0;
    left:0;
    position: absolute;
}
h1{
    font-size: 2.3em;
    margin: 20px;
}
tr{
    margin: 20px;
    
}
td{
    padding: 5px;
    margin: 0;
    border: solid whitesmoke 2px;
}
th{
    margin:20px;
    padding: 5px;
    border: solid whitesmoke 2px;
}
main{
    display: flex;
    flex-direction: column;
    align-items: center;
}
table{
    top: 5%;
    margin: 20px;
    position: relative;
    text-align: left;
    border-collapse:collapse;
}
@media screen and (Max-width: 500px){
    h1{
        font-size: 1em;
    }
    table{
        font-size: 0.30em;
    }
}