        body {
            background-color: #7a80da;
            background-size: cover;
            font-family: "Rubik", sans-serif;
        }
        h2.subtitulo {
            font-size: 24px;
            margin: 0px auto;
            text-align: center;
            color: #000000;
            margin-bottom: 20px;
            font-family: "Rubik", sans-serif;
            position: relative;
        }
        
        div.inicio {
            position: relative;
            background-color: rgb(157, 156, 255);
            font-family: "Rubik", sans-serif;
            border-top: 2px solid rgba(255, 255, 255, 0.288);
            border-left: 2px solid rgba(255, 255, 255, 0.288);
            border-bottom: 2px solid rgba(134, 134, 134, 0.788);
            border-right: 2px solid rgba(134, 134, 134, 0.788);
            margin: 0px auto;
            border-radius: 10px;
            width: 700px;
            padding-right: 40px;
            padding-left: 10px;
            padding-bottom: 10px;
            text-align: center;
            backdrop-filter: blur(30px);
            animation: aparecer 0.8s ease-out forwards;
        }
        input {
            padding: 10px;
            width: 300px;
            border-radius: 5px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            margin-bottom: 20px;
        }
        button.btn {
            background-color: #ff6e9a;
            color: white;
            border: none;
            cursor: pointer;
            font-weight: bold;
            height: 40px;
            width: 150px;
            border-radius: 5px;
        }   
        label {
            font-weight: bold;
            color: #111111;
            font-family: "Rubik", sans-serif;
            font-size: 18px;
        }   
p.nota {
    color: red;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
}   