*{
    padding: 0;
    margin: 0;

}

.container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer{
    background-color: #64629D;

}
footer{
    padding-top: 38px;
}


.footer p{
    text-align: center;
    color: white;
    
}

a{
    text-decoration: none;
    color:black;
}

.wrapper-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 10px;
}

.wrapper-header ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.wrapper-header ul li{
    margin: 0  10px;
}

h3.title-h3{
    font-size: 24px;
    color: #64629D;
}

.button-back{
    display: inline-block;
    padding: 10px 20px;
    background-color: #64629D;
    color: white;
    border-radius: 5px;
    margin: 20px;
}

.button-back a{
    color: white;
}