@font-face {
  font-family: 'websitefont';
  src: url(bold_dot_digital-7.ttf);
}
@font-face {
  font-family: 'handwriting';
  src: url(VanillaCreamOx-Regular.otf);
}
body{
    background-color: black;
    color: white;
    text-align: center;
    font-family: 'websitefont';
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}
#BeginButton{
    font-size: 50px;
    padding: 20px 40px;
    background-color: rgb(0, 0, 0);
    vertical-align: middle;
    text-decoration: none;
    color:rgb(255, 255, 255);
    border: 5px white solid;
    position: static;
    margin-top: 20px;
}
.frame{
    width: 750px;
    height: 750px;
    position: absolute;
}
.PersonAndTextbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.goofy{
  position: relative;
  top: 3.2%;
  scale: 75%;
  z-index: 1;
}
.textbox{
  border: 5px solid white;
  background-color: black;
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  height: 15%;
  width: 35%;
}

.textbox-text{
  margin-left: 10px;
  margin-right: 10px;
}
a{
  text-decoration: none;
  color:white;
}
h2{
  border: 5px white solid;
  width: 150px;
  font-size: 30px;
  padding: 8px 0;
  text-align: center;
  margin: 5px auto;
  background-color: black;
}
.textbox-button{
  display: inline-block;
  margin-top: -15px;
}
.begin-doors{
  width: 130px;
  height: 475px;
}
#link-door-text{
  top: -27%;
  left: 5.5%;
}
#about-door-text{
  top: -28%;
  left: 8.5%;
}
#linksbutton{
  z-index: 3;
  position: relative;
  left: -5.5%;
  top: 3.25%;
  opacity: 0%;
}
#aboutbutton{
  z-index: 3;
  position: relative;
  left: -4.5%;
  top: 3.25%;
  opacity: 0%;
}
.doorlabel{
  color: white;
  z-index: 5;
  position: relative;
  color: white;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}
#game-door-text{
  top: -7%;
  left: 26%;
}
#music-door-text{
  top: -18%;
  left: 12.5%;
}
#media-door-text{
  top: -20%;
  left: 0%;
}
#gamebutton{
  z-index: 3;
  position: relative;
  left: 9%;
  top: 15%;
  opacity: 0%;
}
#musicbutton{
  z-index: 3;
  position: relative;
  left: -14%;
  top: 6%;
  opacity: 0%;
}
#mediabutton{
  z-index: 3;
  position: relative;
  left: -26.5%;
  top: 6%;
  opacity: 0%;
}
#jeffery{
  position: relative;
  top: 20%;
  left: -5.25%;
  width: 50%;
  height: 650px;
  z-index: 1;
  image-rendering: pixelated;
}
#guy{
  position: relative;
  top: 23.2%;
  scale: 125%;
  z-index: 1;
  image-rendering: pixelated;
}
#woman{
  position: relative;
  top: 8.9%;
  z-index: 1;
}
#pronounbutton{
  z-index: 3;
  position: relative;
  left: 10%;
  top: -16.5%;
  opacity: 0%;
}
#steambutton{
  z-index: 3;
  position: relative;
  left: 10.75%;
  top: -10.5%;
  opacity: 0%;
}
#robloxbutton{
  z-index: 3;
  position: relative;
  left: 11%;
  top: -6%;
  opacity: 0%;
}
#tiktokbutton{
  z-index: 3;
  position: relative;
  left: 11.5%;
  top: -18%;
  opacity: 0%;
}
#youtubebutton{
  z-index: 3;
  position: relative;
  left: -15%;
  top: 15%;
  opacity: 0%;
}
#backbutton{
  z-index: 3;
  position: relative;
  left: -12%;
  top: 17%;
  opacity: 0%;
}
#instabutton{
  z-index: 3;
  position: relative;
  left: -11%;
  top: 12%;
  opacity: 0%;
}
.back{
  z-index: 5;
  position: relative;
  display: inline-block;
  top: 35%;
  left: -20%;
}
#backmedia{
  z-index: 5;
  position: relative;
  display: inline-block;
  top: 35%;
  left: 22%;
}
.tvswitch{
  z-index: 3;
  position: relative;
  left: 25%;
  top: -14%;
  opacity: 0%;
}
.record{
  z-index: 2;
  position: relative;
  top:-2.5%;
  left: 8%;
}
#backmusic{
  z-index: 5;
  position: relative;
  display: inline-block;
  top: 35%;
  left: -25%;
}
#nextmusic{
  z-index: 5;
  position: relative;
  display: inline-block;
  top: 0%;
  left: 1.5%;
}
#lastmusic{
  z-index: 5;
  position: relative;
  display: inline-block;
  top: 0%;
  left: -36.5%;
}
.arrow{
  width: 75px;
  display: flex;
}
#pc{
  z-index: 2;
  position: relative;
  scale: 125%;
  image-rendering: pixelated;
  left: -3.2%;
  top: 12%;
}
.gameswitch{
  z-index: 3;
  position: relative;
  left: -31%;
  top: 32%;
  opacity: 0%;
}
#backgame{
  z-index: 5;
  position: relative;
  display: inline-block;
  top: 35%;
  left: -29.5%;
}