.container-home{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content-home{
    width: 550px;
    height: 400px;
    background-color: #6881ef;
    padding: 10px 20px;
}

.btn-home{
    background-color: #6881ef;
    border: 1px solid white;
    margin: 20px 50px;
    border-radius: 5px;
    color: white;
}

.btn-home:hover{
    color: #6881ef;
    background-color: white;
}

.content-btn-home{
    padding: 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}