body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Orbitron', sans-serif;
    transition: 0.5s;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 150px auto;
    text-align: center;
}

h1, p {
    margin: 0;
}

h2 {
    font-size: 5vw;
    font-weight: 300;
}
