body {
    background-color: #1e2032;
    max-width: max-content;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.mainButton {
    background-color: #323656; 
    color: white; 
    text-align: center;
    border-radius: 10px;
}

.mainButton:hover {
    background-color: #454A78;
}

#index {
    align-items: center; 
    display: flex; 
    flex-direction: column; 
    color: whitesmoke;
}