@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito-Italic.ttf');
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url('fonts/Nunito-BoldItalic.ttf');
  font-style: italic;
  font-weight: bold;
}

html {
  background-image: url("/images/strawbackground.webp");
  background-color: #FFAAAA;
  cursor: url("/images/Pointer.png"), auto;
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  background-image: none;
  background-color: #FFDDDD;
  color: black;
  width: 65vw;
  height: inherit;
  padding: 20px;
  border-style: ridge;
  border-color: #FFAAAA;
  margin: 0 auto;
}

h1 {
  color: #BB66BB;
}

h2 {
  color: #DD99DD;
}

h3 {
  color: #550055;
}

a {
  color: #FF6666;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}

a:hover {
  color: #FF8888;
}

ul {
  list-style-image: url('/images/HeartDot.png');
}