body {
    font-family: Arial, sans-serif;
    background-image: url(Background.jpeg); width: 100%; height: 100vh; background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form-container {
    background-color: #242222;
    border-radius: 10px;
    padding: 30px;
    color: aliceblue;
    font-family: 'Times New Roman', Times, serif;
}

label {
    display: block;
    margin-bottom: 5px;
    color: hwb(0 100% 0% / 0.74);
}

button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

input {
    width: 100%;
    height: 20px;
}
