* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

body {
    background-color: #f0f0f0;
}

#maintenance-section {
    height: calc(100vh - 64px);
}
