*{
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Space Mono', monospace;
}

#error{
    width: 100%;
}

.title1{
    font-weight: bold;
    /* padding: 10px; */
}

.messages{
    display: flex;
    width: 100%;
    margin-top: 100px;
}

.imagen{
    width: 50%;
    text-align: center;
}

.imagen img{
    width: 50%;
    margin-left: 200px;
}

.texto{
    width: 50%;
}

.texto p{
    width: 300px;
}

.texto h1{
    width: 250px;

}

.boton a{
    text-decoration: none;
    background: #333333;
    color: white;
}

footer{
    color: #BDBDBD;
    text-align: center;
    /* position: absolute; */
    position: fixed;
    margin-top: auto;
    font-size: 15px;
    bottom: 0;
    width: 90%;   
}

footer p{
    font-family: 'Montserrat', sans-serif;
}

footer a{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #BDBDBD;
}

@media screen and (max-width: 810px){
    .messages{
        flex-direction: column;
        margin: 0;
    }
    .texto{
        width: 100%;
        margin: 0;
    }
    .imagen, .texto h1, .texto p{
        width: 100%;
    }

    .imagen img{
        width: 100%;
        margin: 0;
    }

}
