body {
    background-color: lightgreen;
    font-family: "Arial", sans-serif;
}

.page {
    text-align: center;
}

h1 {
    font-size: 60px;
}

#info {
    color: #181818;
    margin: auto;
    width: 80%;
    text-align: left;
}

input[type=text] {
    border-radius: 150px;
    float: none;
    padding: 6px;
    border: 2px solid black;
    font-size: 40px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.checkboxes {
    margin: auto;
    width: 20%;
    color: #181818;
    margin-top: 25px;
}

.button {
    background-color: mediumslateblue; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
}

.button:hover {
    background-color: mediumpurple;
}


ul {
    list-style-type: none;
}

#password {
    font-family: serif;
    font-size: 20px;
}