.red-hat display-bold {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight:600;
    font-style: normal;
  }

body{
    background: url(../img/cover_title.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

div#container{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:24px;
    box-sizing: border-box;
}

div #logo{
    width: 360px;
}

div p{
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color:white;
    font-size: 36px;
    text-align: center;

}

p#comingsoon{
    font-size: 24px;
    font-weight:600;

}

p a{
    color:white;
    font-weight:300;

    transition: all 0.3s ease;

}

p a:hover{
font-weight: 600;


}


div #social-media{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
gap:24px;
}
    

.fa-brands{
color:white;
text-decoration: none;
transition: all 0.3s ease;
font-size: 36px;
}

.fa-brands:hover{
    scale: 1.1;
}