@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');

:root {
  --white: #f7f6f4;
  --grey: #dbd7d0;
  --brown: #221209;
  --red: #550a0a;
  --gold: #e29a49;
}

::-webkit-scrollbar {
  display: none;
}

body {
  background: var(--grey);
  font-family: 'Libre Baskerville';
  font-size: 13px;
}

cont-main {
  background: var(--white);
  border: 1px solid var(--brown);
  margin: auto;
  display: flex;
  width: 900px;
  height: 700px;
  align-content: center;
  margin-bottom: 5px;
}

cont-main .txt {
  background: var(--white);
  color: var(--brown);
  margin: auto;
  width: 800px;
  height: 600px;
  padding: 5px;
  overflow: auto;
  text-align: justify !important;
}

cont-main .txt h1 {
  font-size: 19px;
  margin-bottom: 10px;
}

cont-main .txt h2 {
  font-size: 17px;
  margin-bottom: 10px;
}

cont-main .txt h1 span {
  font-family: 'Great Vibes';
  font-size: 21px;
}

cont-main hr {
  height: 2px;
  margin-top: -10px;
  border-color: var(--brown);
  border-bottom: none;
  border-left: none;
  border-right: none;
}

upd {
  color: var(--brown);
  font-size: 10px;
  margin: auto;
  margin-left: 223px;
  width: 900px;
  height: 700px;
  align-content: center;
  margin-bottom: 5px;
}

pgd {
  content: url('https://f2.toyhou.se/file/f2-toyhou-se/images/120549659_wjxj92z1vM7woKW.png');
  height: 400px;
  width: 300px;
  position: absolute;
  right: 0px;
  top: 360px;
  transform: scale(99%);
}

u {
  text-decoration: underline;
}