body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1 {
    text-align: center;
}

button {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #343434;
    border: 2px solid #232323;
    border-radius: 5px;
    color: #ffffff;
}

button:hover {
	background-color: #232323;
}

@media screen and (min-width: 1025px) {
    body {
        margin-left: 20%;
        margin-right: 20%;
    }
}
