 * {
  box-sizing: border-box;
}

body {
    background-color: #f6862a;
    font-family: Helvetica;
}

div {
	padding-top: 12%;
}