body{
   background-color: rgb(69, 107, 179);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
div{
    height: 500px;
    width: 700px;
    border-radius: 15px;
    background-color: rgb(63, 220, 225);
    padding: 20px;
    margin: 200px auto;
    text-align: center;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 30px;
    display: none;
}
img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
i{
    font-size: 40px;
    color: black;
}