body {
    padding: 0px;
    margin: 0px;
    color: #dfdfff;
    background-color: #000025;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

h1 {
    color: #afafef;
    text-decoration: underline;
    text-decoration-color: #6060ee;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    font-weight: 200;
}

p {
    display: block;
    width: fit-content;
}

a {
    color: rgb(10, 10, 10);
}

a:hover {
    color: rgb(50, 50, 50);
}

a:active {
    color: rgb(100, 100, 100);
}

#main-content {
    padding: 10px;
}

.form-item {
    text-align: center;
}
