* {
    padding: 0px;
    margin: 0px;
}

/* type */

body {
    font-family: Times, serif;
    text-align: center;
    line-height: 1.2;
    background-color: #F6F6F2;
}


h1{
  font-size: 30px;
}

section{
  height: 50vh;
  background: yellow;
  margin: 50px;
}

p{
  font: size 12px;
}