html {
  background-image: url(images/strawberrybg.png);
  background-size: cover;
  background-position: center;
  font-family: Fredoka, sans-serif;
}

body {
  margin: 0;
}

div {
  border: #fff8e7 4px solid;
  height: 500px;
  width: 500px;
  margin: auto;
  padding: 15px;
  background-color: #fff8e7cb;
}

#one {
  border: #3e2723 2px dotted;
  background-color: #962a09;
}
