html {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

body {
  background: tomato;
  font-family: sans-serif, "Courier";
}

.container {
  width: 100%;
  height: 100%;
}
.container nav ul li {
  font-size: 1em;
}
.container nav ul li a {
  text-decoration: none;
}

.transform {
  width: 400px;
  height: 500px;
  background: teal;
  transform: rotate(20deg) scale(1.5);
}

.transform2 {
  width: 200px;
  height: 300px;
  background: teal;
  transform: rotate(20deg) scale(1.5);
  font-size: 1em;
}

.border1, .border {
  border: 1px solid green;
  padding: 10px;
  color: #333333;
}

.border {
  font-size: 1em;
}

.border1 {
  margin: 20px;
}

.header {
  font-size: 6px;
  height: 75%;
}
.multi .header {
  width: 100%;
}

.division {
  height: 6px;
}

p::before {
  content: "I am a string with quote";
}
p {
  font-family: "cursiveserif";
}

.element a {
  text-decoration: none;
}
.element a:hover {
  color: red;
}

.container2 li:nth-child(1) {
  font-size: 1em;
}
.container2 li:nth-child(2) {
  font-size: 2em;
}

/*# sourceMappingURL=style.css.map */
