* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Quardratic, Verdana;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #C0C0C0;
    padding: 1rem;
}

h1 {
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
}