@font-face {
  font-family: Typewriter;
  src: url(fonts/typewriter.ttf);
}

@font-face {
  font-family: Meglona;
  src: url(fonts/Meglona.ttf);
}

@font-face {
  font-family: NewRomantics;
  src: url(fonts/NewRomantics.ttf);
}

body {
  background-image: url(images/bg18.gif);
  color: black;
  font-family: Typewriter;
}

p {
  font-size: 1vw;
  text-indent: 1vw;
}

h1{
  font-family: Meglona;
  color: antiquewhite;
  text-align: center;
  font-size: 4vw;
}

h2 {
  text-align: center;
  font-family: NewRomantics;
  font-size: 3vw;
  margin-bottom: 1vw;
  letter-spacing: 0.3vw;
}

#main {
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  background-image: url("images/grid-grey.png");
  border: 5px double #5e0e0e;
  border-radius: 15px;
}

#first-section {
  margin: 2vw;
}

#cover {
  width: 9.5vw;
}

.float-left {
  float: left;
  margin: 0 1.5em 1em 2em;
  width: 30%;
  height: auto;
}

.float-right {
  float: right;
  margin: 0 1.5em 1em 2em;
  width: 30%;
  height: auto;
}

#inside {
  width: 17vw;
}

li {
  font-size: 1vw;
}

.backbtnpic {
    width: 11.5vw;
}

.imgtxt {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: absolute;
}
.imgtxt span {
  font-family: Meglona;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 2.5rem;
  color: #fff;
  filter: drop-shadow(1px 1px 0 black) drop-shadow(-1px 1px 0 black) drop-shadow(1px -1px 0 black)
    drop-shadow(-1px -1px 0 black);
}
.imgtxt:hover span,
.imgtxt:focus span {
  opacity: 1;
}
.imgtxt:hover img,
.imgtxt:focus img {
  rotate: 2deg;
}

