* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    /*background-color: #fcf6bd;*/
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.contenedor {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.contenedor h1 {
    width: 100%;
    font-weight: 900;
    font-size: 90px;
    color: red;
    text-align: center;
}

.contenedor .acceso {
    font-size: 25px;
    padding: 5px;
}

.contenedor .aviso {
    font-size: 15px;
    padding: 5px;
}