* {
  box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
  padding: 30px;
  margin: 0;

}
