@font-face {
  font-family: CodePro;
  src: url("/fonts/code_pro_bold.otf") format("opentype");
}

body{
    background-color: #641123;
    font-family: CodePro;
    height: fit-content;
}

#logo{
    max-width: 60%;
    max-height:520px;
}

#construction{
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    color: #FAF9EC;
    font-size: 200%;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 50px;
}

#reseaux_sociaux{
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
}

#reseaux_sociaux img{
    max-height: 70px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

#footer{
    width: 100%;
    position: fixed;
    bottom: 0;
}