* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    background-color: antiquewhite;
    display: flex;
    justify-content: center;
}

div {
    background-color: bisque;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30vh;
}