body{
    margin: 0;
}

main {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.maintenance {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.maintenance__message{
    width: 100%;
    text-align: center;
    background-color: #f0eef3;
}

.maintenance__message h2{
    font-family: monospace;
    color: #f95c40;
    margin: 0;
}

