* {
    color: white;
    background-color: black;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
}

#leTitle,
h2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

button {
    height: 250px;
    width: 250px;
    background-color: darkred;
    border-radius: 100%;
    font-size: 30px;
    font-family: archivo-black, sans-serif;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    margin-bottom: 10%;
}

#nameResetButton {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background-color: darkgray;
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 20px;

}

table {
    margin-left: auto;
    margin-right: auto;
}

input {
    width: 120px;
}

th,
td {
    border: 2px inset aliceblue;
}