
@font-face {
  font-family: 'mousey-regular';
  src: url('/assets/fonts/webfontkit-20250608-162842/mousey-regular-webfont.woff');
}


body {
  background-image: url(https://www.textures4photoshop.com/tex/thumbs/old-script-writing-on-seamless-old-paper-texture-1072.jpg);
  font-family: mousey-regular;
}

p {
 text-align: center;
 font-family: 'mousey-regular';
 justify-content: center;
}

.container {
  margin: 20px;
  background-color: none;
  display: flex;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title {
  display: flex;
  margin: auto;  
  width: 1000px;
  height: fit-content;
  background-image: url(/assets/img/corkboard.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px black;
  border-style: solid;
}

.title h1 {
  font-family: mousey-regular;
   color: darkred;
 margin: 10px auto;
 padding: 30px;
 background-image: url(/assets/img/redpaper.png);
 background-size: contain;
}

.title a {
  background-image: url(/assets/img/yellowpaper.png);
  background-size: cover;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  margin: auto 10px;
  width: 30px;
  height: 30px;
}

a:hover {
  transform: scale(1.2);
}

.talking {
  background-image: url(/assets/img/writing.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  max-height:400px;
  min-width: 50%;
  max-width: 50%;
}

.image {
  max-width:50%;
  border: 5px oldlace;
  border-style: solid;
  height: fit-content;
  margin: auto;
}