body {
    margin: 0;

    }

    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html{
    font: normal 62.5% sans-serif;
    color: #555;
}

ul, nav{
    list-style: none;
}

a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;

    opacity: 0.9;
}

a:hover{
    opacity: 1;
}

a.btn{
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #2196F3;
    font-weight: 800;
    text-align: center;
}

hr{
    width: 150px;
    height: 2px;
    background-color: #2196F3;
    border: 0;
    margin-bottom: 80px;
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 125px 100px;
   
}

@media (max-width: 1000px){

    section{
        padding: 100px 50px;
    }

}

@media (max-width: 600px){

    section{
        padding: 80px 30px;
    }

}

section h3.title {
    color: #414a4f;
 /*   text-transform: capitalize;*/ 
    font: bold 44px 'Manrope', sans-serif;
    margin-bottom: 35px;
    text-align: center;

font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 44px;
line-height: 60px;
}

.personas h3.title {
    color: #FFFFFF;
}

section p{
/*    max-width: 800px;*/
    text-align: center;
    margin-bottom: 35px;
    padding: 0 20px;
    line-height: 2; 
}

ul.grid{
    width: 100%;
    display: flex;
   /* flex-direction: column;*/
    /*align-items: center;*/
    flex-wrap: wrap;
    justify-content: center;
}


/*-------------
    Header
-------------*/

header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
color: #FFFFFF;
    padding: 35px 100px 0;
}

header h2{
    margin-left: 5px;
    font-family: 'Poppins', sans-serif;
    flex-grow: 2;
    font-size: 28px;
}

header nav{
    display: flex;
    align-items: center;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
}

header nav li{
    margin: 0 15px;
}

header nav li:first-child{
    margin-left: 0; 
}

header nav li:last-child{
    margin-right: 0;    
}



@media (max-width: 1000px){
    header{
        padding: 20px 50px;
    }
}


@media (max-width: 700px){
    header{
        flex-direction: column;     
    }

    header h2{
        margin-bottom: 15px;
    }
}


#tryForFreeBox {
width: 100px;
height: 36px;
background-color: #FFFFFF;;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
color: #3BB876;
}


/*----------------
    Hero Section
----------------*/

.hero{
    position: relative;
    justify-content: center;
    min-height: 100vh;
    color: #fff;
   align-items: flex-start;
    /*margin-top: 15px;
    /*text-align: center;*/
}

.hero .background-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #2196F3;
    z-index: -1;
    background-position: right top; 
    background-image: url(forest-cut.jpg?v=3);
}

.hero .background-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414a4f;
    opacity: 0.15;
}

.hero h1{
    font: bold 60px 'Manrope', sans-serif;
    margin-bottom: 15px;
    max-width: 50vw;

font-family: 'Manrope';
font-style: normal;
font-weight: 800;
font-size: 60px;
line-height: 80px;


}

.hero h2{
    font: normal 28px 'Manrope', sans-serif;
    margin-bottom: 40px;
}

.hero a.btn{
    padding: 20px 46px;
}

@media (max-width: 800px){

    .hero .background-image{

background-position: right 10% top;

    }

    .hero{
        min-height: 600px;
    }

    .hero h1{
        font-size: 28px;
        line-height: 40px;
            max-width: 120vw;
                    margin-top: 120px;
        text-align: left;

    }

    .hero h2{
        font-size: 24px;
    }

    .hero a.btn{
        padding: 15px 40px;
    }
    .hero .background-image {
       /*     background-image: url(forest-empty.jpg?v=2);*/
                    background-image: url(forest-cut.jpg?v=3);
    }

    }

/*----------------------
    Features Section
----------------------*/

.read-more {
    display: block;
    width: 80%;
  opacity: 0;
  max-height: 0px;
  transition: all 0.5s;
    background-color: white;
  padding: 20px;
  margin-bottom: 20px;

}
.read-more_open {
    display: block;
    width: 80%;
  opacity: 1;
  max-height: 15000px;
  border-radius: 50px;
  background-color: white;
  padding: 20px;
    transition: all 0.5s;
    margin-bottom: 20px;
}



@media (max-width: 600px) {

.rm {
    font-size: 16px  !important;
    line-height: 22px  !important;
}
.read-more {
    width: 95%;
    display: block;
    border-radius: 20px;
  padding:  20px 5px 20px 5px;
}
.read-more_open {
    border-radius: 20px;
    width: 95%;
    display: block;
  padding: 20px 5px 20px 5px;
}
}



.features{
    position: relative;
background-color:  #80DDAB;

  background-image: url(starz_big.png?v=3);

}

.features .grid li{
    padding: 0 30px;
    flex-basis: auto;
    text-align: center;
    /*margin-left: 2vw;
     margin-right: 2vw;*/
}

.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
    color: #555;
    font-size: 20px;
    margin-bottom: 25px;

font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 36px;
/* identical to box height, or 150% */

text-align: center;
color: #000000;
margin-top: 45px;
}

.features .grid li p{
    margin: 0;

font-family: 'Manrope';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
/* or 167% */
text-align: left;
margin-left: 40px;

color: #000000;

}

.rm {

    margin: 0;

font-family: 'Manrope';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
/* or 167% */
text-align: left;
margin-left: 10px;

color: #000000;


}


@media (max-width: 1000px){

    .features .grid li{
        flex-basis: auto;
        margin-bottom: 65px;
    }

    .features .grid li:last-child{
        margin-bottom: 0;
    }

}


@media (max-width: 600px){

    .features .grid li{
        flex-basis: auto;
    }


.features .grid li h4{

margin-top: 75px;


}

}

    
.ellipse {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
margin: auto;
width: 180px;
height: 180px;
border-radius: 50%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #36BD7D;
box-shadow: 0px 0px 32px rgba(100, 82, 229, 0.15);
z-index: 110;
}



#lukulabFetures {
    margin-top:20px; 
max-width: 900px;
font-family: 'Manrope';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 36px;
color: #000000;
}

.features .background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  background-color: #2196F3;
    z-index: -1;
}

.features .background-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414a4f;
    opacity: 0.15;
}






/*----------------------
    Personas Section
----------------------*/

.personas{
    position: relative;
background-color:  #18426E;
  background-image: url(starz_big.png?v=2);
}
.personas .grid li{
display: flex;
flex-direction: row;
    position: relative;
    flex-basis: auto; 
    text-align: center;
     margin-top: 5%;
     margin-bottom: 5%;
}

.personas .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.personas .grid li h4{
    color: #555;
    font-size: 20px;
    margin-bottom: 25px;

font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 40px;
/* identical to box height, or 150% */

text-align: center;

color: #000000;
/*margin-top: 45px;*/


}

.personas .grid li p{
    margin: 0;

font-family: 'Manrope';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 36px;
/* or 167% */
text-align: left;
margin: 0 5%;


color: #000000;

}

@media (max-width: 1000px){

    .personas .grid li{
        flex-basis: 70%;
        margin-bottom: 65px;
    }

    .personas .grid li:last-child{
        margin-bottom: 0;
    }

}


@media (max-width: 600px){

    .personas .grid li{
        flex-basis: 100%;
    }

}


.persHolder {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
/*margin: auto;*/
/*width: 445px;*/
/*height: 523px;*/

width: 30vw;
/*height: 36vw;*/

z-index: 110;
}

.pPers {
    padding: 10px;
}
.pPersReadMore {
    padding: 10px;
}

#lukulabFetures {
    margin-top:20px; 

font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
color: #000000;
}


.whiteSq {
    position:relative;
    top:-90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
width: 580px;
height: 353px;
background: #FAFCFB;
border-radius: 20px;
z-index: 0;
}


.personaSq {
    position:relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
width: 60vw;
background: #B9EFFF;
background: #197c8f;
border-radius: 50px;
z-index: 0;
}

.personaSqStart {
height: 500px;
}



.personaSqOpen {
animation: moveDown2 .5s;
animation-fill-mode: forwards;

}

.personaSqClosed {
animation: moveUp2 .5s;
animation-fill-mode: forwards;

}

.hidden {
animation: showText2 0.5s;
animation-fill-mode: forwards;
}



@keyframes showText2 {
    from { opacity: 0;
    margin-top: 0;
    height: 0; } 
    to { opacity : 1;
    margin-top: 25px;
    height: 400px; } 
}


@keyframes moveDown2 {
    from { height: 500px } 
    to { height : 820px; } 
}
@keyframes moveUp2 {
    from { height: 820px } 
    to { height : 500px; } 
}




.textHolder {
    display: flex;
    flex-direction: column;
 
}

.person {
width:auto;
/*height:599px;*/
height: 30vw;
margin: 0 5px 0 5px; 
}

.readMore {
position: absolute;
bottom: 20px;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 20px;
margin-left: 5%;
width: 172px;
height: 60px;
background: #FFFFFF;
border-radius: 50px;
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 32px;
/* identical to box height, or 145% */
color: #000000;
}


.readMoreF {
position: absolute;
bottom: 20px;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 20px;
/*margin-left: 25px;*/
width: 172px;
height: 60px;
background: #FFFFFF;
border-radius: 50px;
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 32px;
/* identical to box height, or 145% */
color: #000000;
transition: all 0.5s;
}

.lm {
    text-align: center;
}

@media (max-width: 40000px){

.personasNarrow {
    display: none;
}

@media (max-width: 1400px){

.personasNarrow {
    display: none;
}

.personaSq {
width: 85vw;
}

.personas .grid li h4{

font-size: 28px;
line-height: 38px;
}

.personas .grid li p{
font-size: 22px;
line-height: 32px;
}


.whiteSq { /* Features*/
    width: 480px;
    height: 400px;
}
.ellipse {
    width: 150px;
    height: 150px;
}

}


@media (max-width: 1400px){

.person {
height: 45vw;

}
}



@media (max-width: 1024px){


.personasNarrow {
    display: none;
}


.person {

width:auto;
/*height:600px;*/
}

.textHolder {
    flex-grow: 2;
}

.personaSq {
width: 85vw;
/*height: 600px;*/
}

.personas .grid li h4{

font-size: 26px;
line-height: 38px;
}

.personas .grid li p{
font-size: 20px;
line-height: 32px;
}

.whiteSq {
width: 300px;
height: 550px;
}

}


@media (max-width: 600px){


.wide {

    display: none;
}
.personasNarrow {
    display: flex;
}

.hidden {

    display: block !important;
}
.person {
position: relative;
top: 5%;
width:auto;
height:23vw

}

#sheep {

width:auto;
/*height:220px;*/

}

.textHolder {
    position: relative;
    flex-grow: 2;
    top: 5%;
}

.personaSq {
width: 85vw;
/*height: 500px;*/
align-items: flex-start;
}


.personaSqStart {
/*height: 500px;*/
height: auto;
}

.personas .grid li h4{

font-size: 24px;
line-height: 36px;
}

.personas .grid li p{
font-size: 16px;
line-height: 24px;
}



.personaSqOpen {
animation: moveDown2 .0s;
animation-fill-mode: forwards;

}

.personaSqClosed {
animation: moveUp2 .0s;
animation-fill-mode: forwards;

}


@keyframes moveDown2 {
    from { height: 500px } 
    to { height : 850px; } 
}
@keyframes moveUp2 {
    from { height: 750px } 
    to { height : 850px; } 
}


@keyframes showText2 {
    from { opacity: 1;
    margin-top: 0;
    height: 0; } 
    to { opacity : 1;
    margin-top: 25px;
    height: 400px; } 
}



.readMore {
    display: none;
bottom: -25px;
width: 86px;
height: 30px;
border-radius: 25px;
font-size: 13px;
line-height: 16px;
}

.readMoreBtn {
    display: none;
bottom: -25px;
width: 86px;
height: 30px;
border-radius: 25px;
}
.readMoreBtnF {
bottom: -25px;
width: 86px;
height: 30px;
border-radius: 25px;
transition: all 0.5s;
}

.readMoreBtnF:hover {
    cursor: pointer;
}

}
#ps2 {background: #258BB8;}
#ps3 {background: #80DDAB; }
#ps4 {background: #FFD2D3;}




.personas .background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  background-color: #2196F3;
    z-index: -1;




}

.personas .background-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414a4f;
    opacity: 0.15;
}


.readMoreBtn {
position: absolute;
top: 0;
left: 0;
width: 172px;
height: 60px;
border-radius: 50px;
background: gray;
z-index: 1101;
opacity: 0;
flex-shrink: 0;
}

.readMoreBtnF {
position: absolute;
top: 0;
left: 0;
width: 172px;
height: 60px;
border-radius: 50px;
background: gray;
z-index: 1101;
opacity: 0;
flex-shrink: 0;
transition: all 0.5s;
}

.readMoreBtn:hover {
    cursor: pointer;
    box-shadow: 15px;
}

.readMoreBtnF:hover {
    cursor: pointer;
    box-shadow: 15px;
}



/*----------------------
    Personas Narrow Section
----------------------*/
#ps1n {background: #197c8f;
border-radius: 20px;
padding-top: 20px;
margin-top: 20px;}
#ps2n {background: #258BB8;
border-radius: 20px;
padding-top: 20px;
margin-top: 20px;}
#ps3n {background: #80DDAB;
border-radius: 20px;
padding-top: 20px;
margin-top: 20px; }
#ps4n {background: #FFD2D3;
border-radius: 20px;
padding-top: 20px;
margin-top: 20px;}

.personasNarrow {
    position: relative;
background-color:  #18426E;
  background-image: url(starz_small.png?v=2);
}

.personasNarrow .title {

    color: white;
}

.personaSqNarrow {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
max-width: 100%;
}

.personaSqNarrow h4 {
    color: #000000;
    /*text-transform: capitalize;*/
    font: bold 24px 'Manrope', sans-serif;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.pPersNarrow {

    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 0 5%;
    color: #000000;
    padding: 10px;
}
.personNarrow {
    height: 60vw;
    margin-top: 20px;
}

 .personaSqNarrow .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #2196F3;
    z-index: -1;
}
.textHolderNarrow h4 {
    margin: 0 5px 0 5px;
}

/*----------------------
    Q&A Section
----------------------*/

.qA{
position: relative;
background-color: #B9EFFF;
background-image: url(starz_small.png?v=2);


}

.buttonPlusMinus {
display: flex;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
align-items: center;
position: relative;
width: 48px;
height: 48px;
border-radius: 50%;
background: #5ED7FC;
z-index: 1100;
}

.cover {
position: absolute;
top: 0;
left: 0;
width: 48px;
height: 48px;
border-radius: 50%;
background: gray;
z-index: 1101;
opacity: 0;
flex-shrink: 0;
}

.buttonPlusMinus:hover {
    cursor: pointer;
    box-shadow: 15px;
}



.minus {
    position: absolute;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    width: 15px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
flex-shrink: 0;
}
.plus {
     position: absolute;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    height: 15px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
flex-shrink: 0;
}


.whiteBox {
    position: relative;
margin: 15px 0 15px 0;
display: flex;
flex-direction: row;
padding: 20px 30px;
width: 1200px;
background: #FFFFFF;
border-radius: 16px;
}


@media only screen and (max-width: 1280px){

    .whiteBox {max-width: 85vw;
    }
    .a {font-size: 20px !important; line-height: 26px !important;}
    .q {font-size: 24px !important; line-height: 30px !important; margin-top: 0px;}
}


@media only screen and (max-width: 600px){

.buttonPlusMinus {
width: 24px;
height: 24px;
}

.cover {
width: 24px;
height: 24px;
}

.minus {
    border: 1px solid #FFFFFF;
    border-radius: 1px;
    width: 8px;
}
.plus {
    border: 1px solid #FFFFFF;
    border-radius: 1px;
    height: 8px;
}



    .whiteBox {max-width: 85vw;
    }
    .a {font-size: 16px !important; line-height: 22px !important;}
    .q {font-size: 18px !important; line-height: 24px !important; margin-top: 0px;}
}

@media only screen and (max-width: 450px){

    .whiteBox {max-width: 85vw;
    }
    .a {font-size: 13px !important; line-height: 20px !important;}
    .q {font-size: 16px !important; line-height: 23px !important; margin-top: -5px;}
}


.whiteBoxStart {
    height: 88px;
}

.whiteBoxOpen {
animation: moveDown .5s;
animation-fill-mode: forwards;

}

.whiteBoxClosed {
animation: moveUp .5s;
animation-fill-mode: forwards;

}

@keyframes moveDown {
    from { height: 88px } 
    to { height : 420px; } 
}
@keyframes moveUp {
    from { height: 420px } 
    to { height : 88px; } 
}

.whiteBoxOpen .plus {

    display: none;
}


.textHolderQa {
position: relative;

top: 0%;
display: flex;
flex-direction: column;
justify-content: flex-start;

font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 48px;
/* identical to box height, or 240% */


color: #000000;
}

.q {
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 40px;
/* identical to box height, or 150% */
text-align: left;
color: #000000;
margin-bottom: 0 !important;
}
.a {
font-family: 'Manrope';
font-style: normal;
font-weight: 300;
font-size: 26px;
line-height: 40px;
text-align: left;
animation: showText .5s;
animation-fill-mode: forwards;

}

@keyframes showText {
    from { opacity: 0;
    margin-top: 0; } 
    to { opacity : 1;
    margin-top: 25px; } 
}


.none {display: none;}




/*----------------------
    Pricing Section
----------------------*/

.pricing{
    position: relative;
background-color:  #80DDAB;
 background-image: url(starz_small.png?v=2);



}

.pricing .grid li{
    padding: 0 30px;
    flex-basis: auto;
    text-align: center;
    /*margin-left: 2vw;
     margin-right: 2vw;*/
}

.pricing .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.pricing .grid li h4{
    color: #555;
    font-size: 20px;
    margin-bottom: 25px;

font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 36px;
/* identical to box height, or 150% */

text-align: center;

color: #000000;
margin-top: 15px;


}

.pricing .grid li p{
    margin: 0;

font-family: 'Manrope';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
/* or 167% */
text-align: left;
margin-left: 40px;

color: #000000;

}

@media (max-width: 1000px){

    .pricing .grid li{
        flex-basis: auto;
        margin-bottom: 65px;
    }

    .pricing .grid li:last-child{
        margin-bottom: 0;
    }

}


@media (max-width: 600px){

    .pricing .grid li{
        flex-basis: auto;
    }


.pricing .grid li h4{

/*margin-top: 75px;*/   


}

}


#lukulabFetures {
    margin-top:20px; 
font-family: 'Manrope';
font-style: normal;
font-weight: 550;
font-size: 24px;
line-height: 36px;
color: #000000;
}

.pricing .background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  background-color: #2196F3;
    z-index: -1;
}

.pricing .background-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414a4f;
    opacity: 0.15;
}

.whiteSqPricing {
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
width: 300px;
height: 170px;
background: #FFFFFF;
border-radius: 20px;
z-index: 0;
margin-top: 45px;
padding: 0% 10px;
}

h4.green {

    color: #3BB876 !important;
}


/*----------------------
    Footer Section
----------------------*/

.footer {
    position: relative;
    background: #18426E;
   
    font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
color: #FFFFFF;
}
.column {
  width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.link-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}


/*----------------------
    Footer Section
----------------------*/
footer {
position: relative;
    top: 50px;
    font-size: 50%;
    line-height: 100%;
}

.contacts {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
height: 10%;
padding: 10%;
background-color: white;
color: black;
z-index: 1000;

}
.x {
    position: absolute;
    top: 0;
    right: 10px;
}
.x:hover {cursor: pointer;}
#email {
    font-size: 1vw !important;
    line-height: 1vw;
    margin: 0.5vw;
}

@media (max-width: 600px){
#email {
    font-size: 2vw !important;
    line-height: 2.2vw;
}
.x {
    font-size: 2vw !important;
}
.textHolderC {
    justify-content: center;
    text-align: left;
}
.link-holder {
    position: relative;
}

.tna {
    display: block;
    position: relative;
    margin: 100px;
    padding: 100px;
}
}