body {
    background-color: #325367;
    display: flex;
}

.blue {
    background-color: #325367!important;
    margin: 2em 0;
}

.contenedor {
    width: 90vw;
    min-height: 100vh;
    margin: 0 auto;
    background-color: white;
}

.logo {
    max-width: 15vw;
}

.buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
}