*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2 {
    margin: 10px;
}

h1 {
    font-size: 3.5rem;
}

body {
    background: #000;
    color: #FFF;
    font-family: "Overpass", sans-serif;
}

.center-text {
    text-align: center;
}

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