@import url(https://fonts.googleapis.com/css?family=Comfortaa);
@import url(https://fonts.googleapis.com/css2?family=Lora);

body {
  font-family: 'Lora';
  color: rgb(79, 81, 103);
  text-align: center;
  background: rgb(242, 240, 240);
}

div {
  display: inline-block;
  width: 500px;
  border: 2px solid rgb(129, 131, 153);
  padding: 3cap;
  margin: 3cap;
}

h2, h3 {
  padding: 40px;
  margin-bottom: 0px;
  background-color: rgb(177, 186, 189);
}

img {
  width: 90%;
  border: 20px solid white;
}
