
html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden; 
    position: relative;
    font-size: 11px;
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.6px;

}

a{
    text-decoration: none;
    color: black;
}

a:hover{
    color: black;
}


.main{
    /* display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;  */
    display: table-cell;
    width: calc(100vw - 10px);
    height: calc(100vh - 10px);
    vertical-align: middle;
    text-align: center;
   
}

.text-1{
    padding-bottom: 67px;
    margin-top: 7px;
    
}

.text-2{
    width: 100vw;
}

.text-wrapper{
    margin-top: 49px;

}

.text-wrapper >p:first-child{
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 700;
    
}

.insta-icon{
    margin-bottom: 10px;
}


@media screen and (max-width: 375px){

    .text-1{
        padding-bottom: 47px;
    }

    .text-1 img{
        width: 40vw;
    }

    .text-2 img {
        width: 75vw;
    }

}
