
@font-face {
    font-family: Gilroy SemiBold;
    src: url(Gilroy-Light.ttf);
  }


@font-face {
    font-family: Gilroy Med;
    src: url(Gilroy-Medium.ttf);
}



                

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#wrap{
    background-color: #121212;
    height: 100vh;
    width: 100vw;    
}
#logo{
    opacity: 0.5;
    height: 10%;
    width: 100%;
    position: relative;
    /* background-color: #b6c649; */

}
#logosvg{

    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    opacity: 1;
}
#cont{
    position: relative;


    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 80%;
    /* background-color: rgb(186, 47, 98); */
    /* z-index: 2000; */
    color: #b6c649;
    opacity: 0.7;
}
h1{
    line-height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5vw;
    font-family: Gilroy SemiBold;
    

}
#footer{
    justify-content: center;
    font-size: 0.7vw;
    height: 10%;
    /* top: 90%; */
    align-items: center;
    text-align: center;
    font-family: Gilroy Med;
    color: #dadada;
    /* background-color: rgb(133, 54, 168); */
    opacity: 0.5;
}
#footer p{
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}