body {
    background-color: #333;
    color: white;
    font-family: "Roboto", sans-serif;
}

button {
    background: #111;
    color: white;
    border: none;
    padding: 2em 3em;
    min-width: 20em;
    cursor: pointer;
}

h1,
h2 {
    margin: 0;
}

.wrapper{
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
}
