html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #008ed1;
    font-size: 3em;
    font-family: Helvetica, Arial, sans-serif;
}