@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
     
}
.main {
    background-color:  #18171B;
    border-bottom: 45px solid rgb(206, 246, 255);
    border-top: 45px solid rgb(206, 246, 255);
    display: flex;
    justify-content: center;
  
}
h1 
{
    font-family: 'Roboto';
   font-size: 36px;
    font-weight: 900;
    color: #fff;
}
p {
    color: #787488;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: normal;
}
p1 {color: #787488;
font-family: 'Roboto';
    font-size: 20px;
}
.text {
    display: inline;
    padding-top: 50px; 
        padding-right: 50px ;
    text-align: inherit;
width: 450px;

}
.img {
    display:flex;
   margin-bottom: -4px;
}

.img2 {
    padding-left: 2px; 
   padding-right: 2px;
}
