.background{



    height: 100vh;
    width: 100vw;
    margin: 0px;
	padding: 0;



    background: rgb(0,0,0);
    background: -moz-radial-gradient(circle, rgba(0,0,0,0.6068628134847689) 18%, rgba(0,0,0,0.7077031496192228) 48%, rgba(0,0,0,0.7497199563419117) 76%, rgba(0,0,0,0.8281513288909313) 100%);
    background: -webkit-radial-gradient(circle, rgba(0,0,0,0.6068628134847689) 18%, rgba(0,0,0,0.7077031496192228) 48%, rgba(0,0,0,0.7497199563419117) 76%, rgba(0,0,0,0.8281513288909313) 100%);
    background: radial-gradient(circle, rgba(0,0,0,0.6068628134847689) 18%, rgba(0,0,0,0.7077031496192228) 48%, rgba(0,0,0,0.7497199563419117) 76%, rgba(0,0,0,0.8281513288909313) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.body{

    background-color: black;
    height: 100vh;
    width: 100vw;
    margin: 0px;
	padding: 0;

    background: rgb(0,111,105);
    background: -moz-linear-gradient(242deg, rgba(0,111,105,1) 0%, rgba(0,53,92,1) 37%, rgba(22,30,107,1) 50%, rgba(36,0,190,1) 100%);
    background: -webkit-linear-gradient(242deg, rgba(0,111,105,1) 0%, rgba(0,53,92,1) 37%, rgba(22,30,107,1) 50%, rgba(36,0,190,1) 100%);
    background: linear-gradient(242deg, rgba(0,111,105,1) 0%, rgba(0,53,92,1) 37%, rgba(22,30,107,1) 50%, rgba(36,0,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006f69",endColorstr="#2400be",GradientType=1); 
    

    


}

.background{


    
}

.t1{

    font-size: 6vh;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-weight: 500;
    margin-left: 19.8vw;
    transition-duration: 1s;
    transition: 1s;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.24, 0.47, 0.18, 0.99) 0s;

}

.t2{

    font-size: 3vh;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-weight: 400;
    margin-left: 20.2vw;
    transition-duration: 1.4s;
    transition: 2s;
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.24, 0.47, 0.18, 0.99) 0s;

}

.t2B{

    font-size: 3vh;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-weight: 300;
    margin-left: 25.2vw;
    transition-duration: 1.4s;
    transition: 2s;
    opacity: 1;
    transition: all 1.5s cubic-bezier(0.24, 0.47, 0.18, 0.99) 0s;

}

.t1B{

    font-size: 6vh;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-weight: 500;
    margin-left: 25vw;
    transition-duration: 1s;
    transition: 1s;
    opacity: 1;
    transition: all 1.5s cubic-bezier(0.24, 0.47, 0.18, 0.99) 0s;

}

.background2A{
    background-color: black;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    transition: all 1.2s cubic-bezier(0.24, 0.47, 0.18, 0.99) 0s;
    transition-delay: 0.2s;

}

.background2B{
    background-color: rgba(0, 0, 0, 0);
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 1.2s cubic-bezier(0.24, 0.47, 0.18, 0.99) 0s;
    transition-delay: 0.2s;


}

