@import url("global.css");

body {
  padding-top: 40px;
  background-image: url(/assets/BG_towel_4x4.png);
}

.text_wrap {
  padding: 20px 20px;
}

p {
  background-color: white;
  color: black;
  width: fit-content;
  color: rgb(227, 100, 121);
  line-height: 1.25rem;
  padding: 0 3px;
}
.indent_1 {
  margin-left: 1rem;
}

.indent_2 {
  margin-left: 2rem;
}

.indent_2_italic {
  margin-left: 2rem;
  font-style: italic;
}

.indent_3 {
  margin-left: 3rem;
}

mark {
  color: blue;
}

img {
  max-width: 100vw;
}
