/* Stylesheets */

html, body, main{
    height: 100%;
    width: 100%;
    background-color: #e2cafe ;
    color: #fe1aa1 ;
    box-sizing: border-box;
}
body {
    font-family: Forte, sans-serif;
}
main {
    display: flex ;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
main img {
    width: 100%;
    max-width: 300px ;
    height: auto ;
    margin: auto;
}
.maintenance-text {
    font-size: 1.5em;
    font-weight: 700;
}
