.header{
    background-color:#1F2937;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.floating{
    display: flex;
    flex-direction: column;

    
}
.topper{
    display: flex;
    font-size: 24px;

    color:white;
    list-style-type:none;
    text-decoration: none;
    
    display: flex;
    justify-content: space-between;
}
a{
    text-decoration: none;
    color:#E5E7Eb;
    font-size: 18px;
    margin:0px 10px;
}
body{
    display: flex;
    flex-direction: column;
    margin: 0px 0px;
    height: 100vh;
}
.floating{
    width:800px;
    
}
.headerbottom{
    display: flex;
    margin:50px 0px;
}
.center2{
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
   background-color: #E5E7EB;
   padding: 100px 0px;
   flex:1;
}
.center2>.floating>p{
    display: flex;
    justify-content: flex-end;

}
.left{
    flex:0.9;
    padding-right:90px;
}
.headerbottom>.left>h1{
    color:#F9FAF8;
    font-size: 900;
}
.headerbottom>.left>p{
    color:#E5E7Eb;
    font-size: 18px;
}
.headerbottom>.left>button{ 
    background-color: #3882F6;
    padding: 5px 20px;
    color:white;
    border-radius: 5px;
    border:0px;

}

.headerbottom>.right{
    display: flex;
    background-color: #aaaaaa;
    flex:1;
    justify-content: center;
    align-items: center;

}
.center1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 80px;
}
.border{
    border: 3px solid #3882F6;
    border-radius: 10px;
    width:100%;
    height:150px;
    
}
.illustration{
    display: flex;
    
    flex:1;
    
    justify-content: center;
    gap:30px;
}
.illustration>div>p{
    text-align: center;
}.center1>.floating{
    
    display: flex;
    align-items: center;
    flex:1;
}
.center3{
    display: flex;
    justify-content: center;
    align-items: center;
}

.action>*{
    margin:0px ;
}
.action{
    margin:20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex:1;
    
}
.floating3{
    
    background-color: #3882F6;
    display:flex;
    color:white;    
    width:800px;
    align-items:center;
    justify-content: space-around;
    margin: 100px;
    border-radius: 5px;
    

}
.floating3>button{
    color:white;
    font-size: 20px;
    background-color: #3882F6;
    border:2px solid white;
    border-radius: 5px;
    margin-right: 50px;
    padding:10px
}
.floating3>button:hover{
    transform: scale(1.2);

}
.bottom{
    background-color: #1F2937;
    display: flex;
    flex:1;
    justify-content: center;
    color:white;
    
}
