body {
    height: 100vh;
    text-align: center;
    align-content: center;
    align-items: center;
}

main {
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: #0e1b33;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

h1 {
    display: flex;
    margin: 0;
    color: white;
    justify-content: center;
}

p {
    display: block;
    color: #a6c7e8;
    font-size: small;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

label {
    display: block;
    color: #a6c7e8;
}

input {
    width: 100%;
}

a {
    color: #1fb6ff;
}

.backdrop {
    display: flex;
    height: 100vh;
    background-color:black;
    justify-content: center;
    align-items: center;
}

.submit {
    padding: 10px 40px;
    font-size: large;
    font-weight: bold;
    color: white;
    background-color: #6a5cff;
    box-shadow: 0 0 0 5px #21364f;
}

.submit:hover{
    cursor: pointer;
}

.set {
    display: block;
    padding: 2px;
    width: 10%;
    background-color: #122544
}

.ting {
    color: white;
    font-weight: bold;
}
