 *{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
h2{color: rgb(82, 163, 1);}
p{color: rgb(255, 157, 0);}
ul{list-style: none;}
h1{color:rgb(0, 136, 255)}
table{
    margin: auto;
    border-collapse: collapse;
    width: 80%;
}

th, td{
    border: 1px solid #ccc;
    padding: 8px;
}

th{
    background-color: rgb(82, 163, 1);
    color: white;
}


@media screen and (max-width: 600px){
    table{
        width: 100%;
        font-size: 14px;
    }

    th, td{
        padding: 6px;
    }
}
