body{
  text-align: center;
  font-family: "Arial";
  background: #ecf0f5;
}
.cnt-img{
  max-width: 340px;
  max-height: 340px;
  margin: 2em auto;
}
.container>h1{
  margin-top: 15%;
  font-size: 8em;
  color: #fff;
  text-shadow: -1px -1px 1px #106B82, 1px -1px 1px #106B82, -1px 1px 1px #106B82, 1px 1px 1px #106B82;
}