body{font-family:'Conv_tt0140m_';color:#000;
    background: rgb(212,243,245);
    background: linear-gradient(90deg, rgba(212,243,245,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 71%, rgba(255,239,201,1) 100%);

}
*{padding:0;margin:0;box-sizing:border-box;}
a:hover, a:focus{color:#000000;text-decoration:none;}
.bg-none{background:none;}
h2{font-family:'Conv_tt0140m_';}
.pixelvjwork-title{padding-bottom:100px;}
.cross-icon{height:23px;position:fixed;right:25px;}
.logo-responsive {
    display: inline-block;
    width: 14%;
}
.body-bg{display: flex; align-items: center; justify-content: center;}
.wrapper{max-width: 80%; margin-top:10%;}
.text-wrapper{font-family: "Inter", serif;
    font-weight: 200;
    font-style: normal;
    font-size:20px;
    max-width: 600px;
    align-items: center; justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.spacer30{height: 30px; width: 100%;}

.text-wrapper h2{font-family: "Inter", serif;
    font-weight: 800;
    font-style: normal;
    font-size:50px;
    margin-bottom: 30px;
}

.text-wrapper a{color:#000; text-decoration: none;}
.logo{width: 100%; height: 300px;}

@media (max-width:600px)
{
    .logo{width: 100%; height: 200px;}

}