.container-home {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #6881ef;
}

.content-home {
    width: 100%;
    /* height: 400px; */
    /* background-color: #6881ef; */
    /* padding: 10px 20px; */
}

.home-banner {
    margin: 60px auto;
}

.home-banner img {
    width: 250px;
}

.btn-home {
    background-color: #6881ef;
    border: 1px solid white;
    margin: 20px;
    color: white;
}

.btn-home:hover {
    color: #6881ef;
    background-color: white;
}

.content-btn-home {
    padding: 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}