* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}

.fullscreen {
    height: 100vh;
}

.content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content h1 {
    color: rgb(251, 37, 9);
}

.content .maintenance {
    font-weight: 700;
    margin-bottom: 10px;
}

.content .adresse {
    font-weight: 700;
    margin-bottom: 10px;
}

.content a {
    color: rgb(251, 37, 9);
    text-decoration: none;
}