html, body {
    background-color: black;
    color: #F50B06;
}
body {
    margin: auto;
    text-align: center;
}
main {

}
h1 {
    font-family: 'Wire One', serif;
    font-size: 6rem;
}

section {
    display: flex;
    justify-content: center;
    margin: 5rem 0;
}