body{
    background-color: #9D2447;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    vertical-align: middle;
}

.log{
    width: 30%;
    height: auto;
    filter: brightness(1.5);
}

main{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.caja{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;

}

a{
    color: white;
}


@media (max-width:769px) {
    .caja{
        width: 100%;
    }
}

@media (max-width:992px) {
    .caja{
        width: 100%;
    }
}