*{
    margin: 5px;
    padding: 0;
    font-family: 'poppins', sans-serif;
}

body {
    background: #0a0f1a;
}



h1 {
    color: #00ff88;
    margin-bottom: 14px;
}

label {
    color: #80ffff;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0px;
}

input {
    margin-top: 10px;
    padding: 0;
    width: 250px;
    height: 30px;
    font-size: 22px;
    border: none;
    border-radius: 10px;
}

button {
    width: 256px;
    height: 40px;
    font-size: 19px;
    font-weight: bold;
    margin-top: 30px;
    border: none;
    border-radius: 10px;
    background-color: aqua;
    cursor: pointer;
}

h2 {
    font-size: 45px;
    padding-top: 5px;
    align-items: center;
    text-align: center;
}

.container {
    width: 264px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 15px;
    background: linear-gradient(to bottom right,
    rgba(0, 200, 255, 0.2),
    rgba(0, 255, 128, 0.2)
    );
    backdrop-filter: blur(12px);
    color: white;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

h3 {
    text-align: center;
}

h6 {
    color: white;
    text-align: center;
}

h6 a {
    color: white;
}
