h1 {
    width:100vw;
    text-align: center;
    word-wrap: break-word;
} form {
    padding-left: 45vw;
} span {
    width:100vw;
    text-align: center;
    display:block;
    padding-bottom: 10px;
} body {
    margin:0px;
} .dark-mode {
    background-color: rgb(37, 37, 37);
    color:white;
} .dark-buttons {
    background-color: rgb(37, 37, 37);
    color:white;
    border-color: white;
} .input {
    cursor: pointer;
} .disabled {
    cursor: default;
} button {
    cursor:pointer;
}