body{
    background-size: 100% 100%;
    background-attachment: fixed;
}

#logo{
    width: 300px;
    margin-top: 20px;
}

.home, .nuevaNotaDiv, .myNotesDiv{
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    color: #000000;
}

.home p{
    font-size: 18px;
}

.home a{
    font-size: 18px;
    color: #000000;
}

.botones-home div button{
    font-weight: 600;
    padding: 10px;
    width: 150px;
}

#registro, #loginDiv{
    font-size: 18px;
    font-weight: 500;
}

.botones-registro div button, .botones-login div button{
    font-weight: 600;
    padding: 10px;
    width: 200px;
}

.olvidoPassword a{
    font-size: 16px;
}

#specialTextES, #specialTextEN{
    color: red;
}