* {
    margin:0;
    padding:0;
}
.fullpage {
    background-color: #111;
    height: 100vh;
    
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    
}

.fullpage h1{
    font-size: 5em;
    text-shadow: 3px 3px #000;
}

.coming {
    padding-top: 10vh;
display: flex;
    justify-content: center;
    align-items: center;
}

.empty {
    height: 20vh;
}

.heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.heading h1 {
    font-family: Impact;
    font-size: 10em;
    text-shadow: 3px 3px #000;
}
.subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:Arial;
    font-size: 1.5em;
    text-shadow: 3px 3px #000;

}




