@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&family=Tiny5&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+15&display=swap');

h2, h1 {
    font-weight: 400;
    margin: 0;
}

.textTitle{
    font-size: 39px;
    font-weight: 100;
}
.textStandard{
    font-size: 15px;
    font-weight: 400;
}
button:focus {
  outline: none;
}

.uiProfileLevel {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    left: 2px;
    top: -8px;
    color: #00000061;
}
:root {
    --backgroundObjects: rgb(48, 37, 37);
    --backgroundObjectsBorder: rgb(44, 40, 39);
  }
  p{
    margin: 0px;
  }

* {
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    cursor: none;
    font-family: "Tiny5", serif !important;
    /* font-weight: 100 ; */
    -webkit-user-drag: none;
    image-rendering: pixelated;
  }
  
body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #0c0521 !important;

}


#contactPage{

    display: flex;
       flex-direction: column;
       width: 100vw;
       height: 102vh;
       background:
           linear-gradient(
               to top,
               rgba(11, 5, 28, 0) 40%,  
               #0B051C 100%             
           ),
           url(./Textures/sardinBack.png);
       background-size: 100px;
       backdrop-filter: brightnes(2);
       overflow: scroll;
       position: relative;
}
#contactPageBackground{
    display: flex;
    position: absolute;
    width: 100%;
    height: 1200px;
    overflow: hidden;
    top: 0px;
    left: 0px;

    @media screen and (max-width: 1000px){
        display: none;
    }
}

#contactPageText{
    display: flex;
    width: 100%;
    padding: 200px 0px 0px 0px;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 1000px) {
        z-index: 10;
        padding: 100px 0px 0px 0px;
    }
}

#contactPagecONTACT{
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 0px 0px;
}
.email{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 65px 0px 0px;
    text-shadow: 0px 5px #3800FF;
    font-size: 30px;

    @media screen and (max-width: 1000px) {
        z-index: 10;
    }
}

.pContact{
    display: flex;
    position: relative;
    z-index: 1;
    font-size: 25px;
    /* left: 3px; */
    text-align: justify;
    /* width: 448px !important; */
    color: #e2dbfd;
    text-align: center;
    line-height: 38px;

    @media screen and (max-width: 1000px){
        font-size: 21px !important;
        line-height: 28px !important;
        padding: 0px 20px;
    }
}

#followUsButtonDivContact{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px 0px 63px;

    @media screen and (max-width: 1000px) {
        width: calc(100% - 30px);
        padding: 91px 15px 63px;
    }
}

#followUsButtonDivContact > div{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}