.body{
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}
.head{
   
}
.first{
    background-color:#8598cc;
    width: 190px;
    height: 50px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text{
    color:white;
    font-size: 20px;
  
}

.second{
margin: 50px;
color: #2d3032;
}

h1 {
    font-size: 45px;
}
span {
    color:#00aeef;
}
p {
     font-size: 20px;
}
.third{

}
button{
    background-color: #2d3032;
    color: white;
    width: 190px;
    height: 50px;
    font-size: 15px;
    border-radius: 4px;
    margin: 0 10px;
}