*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Prompt', sans-serif;
}

.center{
    display: block;
    margin: 0 auto;
    padding: 0 2%;
    text-align: center;    
}
.mainlogo{
    width: 220px;
}

section.topo{
    background-color: #EF8535;
    width: 100%;
    height: 20px;
}

section.perfil > .center img{
    max-width: 300px;
    align-items: center;
    border-radius: 10px;
    margin: 30px 0;
}

section.perfil > .center h4{
    font-weight: lighter;
    font-size: 15px;
}

section.links > .center{
    max-width: 680px;
    text-align: center;
    margin-top: 50px;
}

.lista-links{
    margin: 20px 0;
}

.link-single button{
    background-color: #EF8535;
    padding: 18px 0;
    color: white;
    text-decoration: none;
    max-width: 680px;
    width: 100%;
    cursor: pointer;
    border: 0;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.link-single button:hover{
    transition: 500ms;
    background-color: rgb(79, 124, 254);
    border: 1px solid #ccc;
}

footer{        
    width: 100%;
    text-align: center;
    color: rgb(129, 80, 80);
    margin-top: 100px;
    font-size: 12px;
}
