* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

@font-face {

  font-family: RobuChocoScriptRegular;
  
  src: url(RobuChocoScriptRegular.otf);
  
  }


body {
  background: #f6f9fc;
  font-family: "RobuChocoScriptRegular";
  color: #525f7f;
}

h1 {
  margin: 5%;
  text-align: center;
  font-size: 8rem;
  
}

h2 {
  margin: 5%;
  text-align: center;
  font-size: 2rem;
  
}

div {
  display: flex;
  justify-content: center;
  
}
img {
  border: 10px;
  border-radius: 5%;
  
}



@media (max-width: 460px) {
  img {
    width: 90%;
    height: 90%;
  }
}