@font-face{ font-family: "Aseprite"; src: url("/Fonts/AsepriteFont.ttf") format("truetype"); }
@font-face{ font-family: "Oliver"; src: url("/Fonts/Oliver-Regular.ttf") format("truetype")}
@font-face{ font-family: "Jua"; src: url("/Fonts/Jua-Regular.ttf") format("truetype");}

body{
  font-family: "Jua";
  color:pink;
}

.container{
  width: 453px;
  height: 456px;
  position: absolute;
  margin-left: 4px;
   top: 3px;
  border: 2px solid pink;
  border-radius: 10px;
  background-image: url(https://i.pinimg.com/736x/c3/87/fc/c387fc025c3190a135a51f90bd78e399.jpg);
  background-size: 128px;
  
}

.box-image{
  border: 1px solid brown;
  border-radius: 17px;
  width: 119px;
  margin-left: 17px;
  height: 183px;
  box-shadow: 1px 1px 1px #00000061;
  margin-top: 8px;
}

#thoughts {
  width: 412px;
  height: 227px;
  border: 1px solid pink;
  margin-left: 11px;
  border-radius: 8px;
  background-color: white;
  font-family: "Aseprite";
  font-size: 24px;
  color: #1dbbdf;
  padding: 10px;
  overflow-y: scroll;
  text-indent: 10px;
  
}
.opinion {
  width: 165px;
  height: 100px;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 202px;
  font-size: 24px;
  
}
#name-game {
  color: brown;
}