@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    background-color: black;
    font-family: 'Poppins', sans-serif;
}

body.popup-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}


.text {
    background-color: red;
    text-align: center;
}

.error-message {
    color: #ff4444;
    font-size: 0.9em;
    margin-top: 0.25em;
}

.form-control {
    margin-bottom: 0.5em;
}

.form-control:focus {
    border-color: #ff4444;
    box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.25);
}

.form {
    text-align: center;
    color: black;
}

.card {
    width: 500px;
    height: 380px;
    align-content: center;
    background: white !important;
    color: black;
    border: solid 0.1px gold !important;
    border-radius: 20px !important;
    overflow: visible;
    justify-content: center;
    margin: 80px 430px;
    float: unset;
}

.namee {
    text-align: center;
    color: red;
}

#acc1 {
    margin-top: 10px;
    text-decoration: none;
}
.acc2 {
    margin-top: -25px;
    text-align: end;
    text-decoration: none;
}
.acc3 {
    margin-top: -15px;
    text-align: end;
    text-decoration: none;
}

#acc1:hover {
    color: magenta;
}

.acc3:hover {
    color: magenta;
}

footer a{
    background: black;
    padding: 5px;
    color: white;
    
}

footer a:hover {
    color: gold;
}

.right{
    text-align: end;
    margin-top: -30px;
}