

body {
    background-color: #27272a;
    font-family: sans-serif;
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
}



div {
    margin: 15px auto;
    width: 300px;
}

label {
    display: block;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}

input[type="text"],
input[type="date"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    margin-bottom: 15px;
}

.subscribe-button {
    background-color: #020026;
    padding: 10px;
    border-radius: 8px;
    width: 150px;
    margin: 20px auto;
    color: white;
    font-family: sans-serif;
}