@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);
}

a {
    color: #2c2cc6;
}

a:visited {
    color: #461846;
}

.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;
}


h2 {
    color: antiquewhite;
    font-family: Meglona;
    font-size: 37px;
}

h3 {
    font-family: NewRomantics;
    color: #050530;
    font-size: 42px;
    letter-spacing: 0.5rem;
}

body {
    background-image: url(images/bg18.gif);
    color: black;
    font-family: Typewriter;
}

.backbtnpic {
    width: 11.5vw;
}

.left-container {
    position: absolute;
    left: 1vw;
    top: 17vw;
    text-align: center;
    width: 25%
}

#aboutinfo {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    text-align: center; 
}

#aboutpara {
    position: absolute;
    left:27vw;
    width: 39%;
    max-height: 35vw;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw;
    overflow-y: scroll;
}

#likesdislikes {
    position: absolute;
    top: 10vw;
    left: 75vw;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    padding: 1vw;
    overflow-y: scroll;
    max-height: 35vw;
}

#lastFm {
    width: 17%;
    position: absolute;
    top: 48vw;
    left: 74vw;
    padding: 1%;
    text-align: center;
    background-color: antiquewhite;
    height: 16vw;
    overflow: scroll;
}

#lastFm h3 {
    font-size: 2em;
    margin: 0.5em auto;
    letter-spacing: 4px;
}

#lastFmWidgetWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about-title {
    text-align: center;
    font-size: 3vw;
}

#picrews {
    position: absolute;
    width: 25%;
    top: 40vw;
    text-align: center;
}

#picrew-gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: 40vw;
    align-content: flex-start;
    overflow-y: scroll;
}

.picrew-img {
    width: 10vw;
    height: 10vw;
}

.q-n-a {
    position: absolute;
    width: 41%;
    top: 46vw;
    left: 26vw;
    height: 40vw;
    overflow-y: scroll;
    padding: 1vw;
}

dt {
    margin-bottom: 5px;
    color: #050530;
}

dd {
    margin-bottom: 15px;
}

#aboutcloud {
    position: absolute;
    left: 19vw;
    top: -6vw;
    width: 24vw;
}

#aboutlights {
    position: absolute;
    width: 14vw;
    left: 64vw;
    top: -1vw;
}

#aboutcorner {
    position: absolute;
    width: 9vw;
    top: 35.5vw;
    left: 62vw;
}

.frame5 {
    background-color: antiquewhite;
    border: 20px solid transparent;
    border-image: url("images/ivorylacelarge.png") 34 round;
    background-clip: padding-box;
}

.playPauseBtn {
    background-color: antiquewhite;
    color: black;
    border: 1vw solid transparent;
    border-image: url(images/frame2-dither.png) 21 round;
    background-clip: padding-box;
    padding-top: 1vw;
    padding-bottom: 1vw;
    cursor: pointer;
    font-family: Typewriter;
    font-size: 1.1vw;
}
.playPauseBtn:hover {
  rotate: 2deg;
}


/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: antiquewhite;
}

*::-webkit-scrollbar-thumb {
  background-color: #121d45;
  border-radius: 2px;
  border: 1px none #ffffff;
}