.tabla {
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(159, 255, 253);
}

body{
    background-color: rgb(157, 133, 81);
}

p{
    color: rgb(255, 162, 162);
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1{
    color: aliceblue;
    font-size: 100px;
    font-family:fantasy;
    border-radius: 50px;
    text-align: center;
}