body {
    /*Luquian: adicionando imagem de background */
    background-image: url("img/background.png");
    background-position: right top;
    font-family: JetBrains Mono;
    background-color: #1e1e2d;
    color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    background-color: #7d5ae9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    width: 300px;
    text-align: center;
}

h1, h2 {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

button {
    font-family: JetBrains Mono;
    background-color: #c1ff72;
    color: #7d5ae9;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

button:hover {
    background-color: #434190;
}

#datetime {
    margin-top: 20px;
    font-size: 12px;
    color: #a1c0a0;
}
