* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: sans-serif;
  line-height: 1.2;
}

@font-face {
  font-family: name;
  src: url('font.otf');
}


body {
  background-color: white;
}

h1 {
  color: red;


}

img {

  width: 20%;

}


h2 {



}