th{

    background: linear-gradient(60deg, rgb(126, 126, 184), rgb(235, 160, 160));

    color: #fff;

    font-weight: bold;

    padding: 10px;

    text-align: center;

    font-size: 16px;

}

html, body {

height: 100%

}


td {

    background: linear-gradient(60deg, rgb(126, 126, 184), rgb(235, 160, 160));

    color: #fff;

    padding: 10px;

    text-align: center;

    transition: all 0.3s ease;

    font-size: 15px;

}

table{

    margin-top: 20px;

    width: 500px;

    border-radius: 70%;

    height: auto;

    margin-left: auto;

    margin-right: auto; 

}

#conteiner1{

    background: linear-gradient(60deg, rgb(55, 55, 168), rgb(196, 91, 91));

        margin-top: 20px;

    width: 700px;

    border-radius: 10%;

    height: 600px;

    margin-left: auto;

    margin-right: auto; 



}

.block{

     margin-top: 1px;

}

td a:hover {

    font-weight: 900; 

    color: #ffffff;

    text-decoration: underline; 

}

td a {

    text-decoration: none;

    color: #fff;

    font-weight: 500;

    transition: color 0.3s ease;

}

