body{
    font-family: Arial;
    color: black;
    background-image: url("../img/bguruguay2.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
a{
    text-decoration: none;
    color: blue;
}
h1{
    margin: 150px auto;
}
#main-container{
    margin: 130px auto;
    width: 300px;
}
.tabla-mundial{
    border: 2px blueviolet;
    width: 300px;
}
.tabla-mundial td{
    text-align: center;
    color: black;
}