/* Scss Document */
p {
  font-size: 2em;
  width: 100%; }

body {
  background-color: aquamarine;
  width: 100%; }
