body{
    background-color: #27303B;
    
}
.main {
 display: flex;
 justify-content :center;
} 
.header{
display: flex;
color:white;

justify-content :center;
}

.header span {
    align-self: center;
    color:#0aedd1 ;
}