@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.NAME {
    text-align: center;
    background-color: rgb(93, 216, 238);
    
}

h1 {
    color: red;
}

.NAME a {
    text-decoration: none;
}

h1:hover {
    color: black;
}

h2 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: purple;
}
.card {
    width: 550px;
    height: 570px;
    align-content: center;
    background: white !important;
    color: black;
    border: solid 0.1px rgb(253, 4, 4) !important;
    border-radius: 20px !important;
    overflow: visible;
    justify-content: center;
    margin: -100px -80px;
    float: unset;
}
.error-message {
    color: #ff4444;
    font-size: 0.9em;
    margin-top: 0.25em;
}

input {
    padding: 5px;
    /* margin: 0.5rem 0; */
    border: 1px solid #131010;
    border-radius: 4px;
    width: 100%;
    max-width: 500px;
}

input:focus {
    border-color: #ff4444;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 68, 68, 0.25);
}



form {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 99%;
}

footer a{
    background: rgb(71, 212, 236);
    padding: 5px;
    color: rgb(8, 8, 8);
    margin-bottom: -300px;
}

footer a:hover {
    color: rgb(255, 255, 253);
}
.right{
    text-align: end;
    margin-top: -30px;
}