@import url(https://fonts.googleapis.com/css?family=Comfortaa);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);

body {
  font-family: 'Roboto Mono';
  color: rgb(79, 81, 103);
  text-align: center;
  background: rgb(242, 240, 240);
}

div {
  display: inline-block;
  width: 350px;

}
  

h1, h2 {

}

h1 {
  padding: 40px;
  margin-bottom: 0px;
  background-color: rgb(177, 186, 189);
}

img {
  width: 90%;
  border: 20px solid white;
}
