@font-face {
  font-family: bigshot;
  src: url('https://file.garden/Z9GPMGr3xh_Qkwad/Fonts/big-shot.ttf');
}

@font-face {
  font-family: MonsterFriendFore;
  src: url('https://file.garden/Z9GPMGr3xh_Qkwad/Fonts/monsterfriendfore.otf');
}


body, html {
  margin: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.epithet{
  height: 30px;
}

#bg-image {
  background-image: url("backgrounds/vera-background.png");
  filter: blur(5px);
  -webkit-filter: blur(5px);
  height: 120%; 
  background-size: cover;
  z-index: 1;
}

#overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 2;}

#content{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 50px;
}

a:link, a:visited{
  color: white;
  text-decoration: underline;
}

a:hover{
  color: yellow;
}

.pink{
  color:#fda1ba;
}

.grey{
  color:dimgrey;
}



header{
  font-family: MonsterFriendFore;
  text-align: left;
  color: white;
}

header img{
  font-family: bigshot;
}

.split{
  width: 80%;
  display: flex;
  gap: 20px;
}

section{
  font-family: bigshot;
  font-size: 15px;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  margin: auto;
  width: 500px;
  padding: 10px;
}

.marginLeft { margin-left: auto;}

.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 0px 5px;
}

hr{
  border: white 1.5px solid;
}

.return{
  color: white;
  font-family: bigshot;
  z-index: 3;
  border:none;
  background:rgb(0,0,0,0);
  position: absolute;
  top: 20px;
  left: 5px;
}

.return:hover{
  color:yellow;
}