body
{
    width: 100%;
    margin: 0;
    background: linear-gradient(135deg, rgba(72,28,73,1) 0%, rgba(7,42,82,1) 100%);
}

#pag
{
}

h1
{
    margin: 0;
}

.central
{
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

header
{
    height: 25rem;
}

nav
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 img
{
    height: 10rem;
}

main#cover
{
    width: 100%;   
}

main#cover .central
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100%;
}

#cover a
{
    width: 80%;
    text-align: center;
    padding: 1.5rem;
    font-size: 2.5rem;
    font-family: Montserrat;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    margin-top: 5rem;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s linear;
    border: 0.1rem solid #00D8FF;
    border-radius: 1.5rem;
}

#cover a:last-child
{
    margin-bottom: 5rem;
}

#cover a:hover
{
    background-color: #00D8FF;
    color: #FFFFFF;
    cursor: pointer;
}

#cover a img
{
    height: 2.5rem;
    margin-right: 1.5rem;
}