
 @font-face {
   font-family: arcade; 
   src: url("https://wolfgangjuniper.neocities.org/Fonts/Arcade.ttf") format("truetype"); 
}

a:link {
  color: #FFF6CF;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FFF6CF;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #F5CBF4;
  background-color: transparent;
  text-decoration: none;
}

body {
  font-family: 'arcade';
  background-color: #8DA66D;
  background-image: url("https://wolfgang-juniper.neocities.org/Images/sparkles.png");
  color: #F5F1CB;
}


.masterflexbox {
  
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98vh;
  background-color: #0000000;
}

.leftside {
  display: flex;
  flex-direction: column;
  width: auto;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding-left: 10vw;
}

.rightside {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-right: 10vw;
}

#mainpageimages {
  display: flex;
  max-width: 50vw;
  max-height: 20vh;
  align-items: center;
  justify-content: center;
}

#iframe {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
}

#navbar {
  display: flex;
  flex-direction: column;
  Text-align: center;
  justify-content: center;
  list-style: none;
}

#titleimages1 {
  display: flex;
  max-width: 42vw;
  max-height: 15vh;
  margin-bottom: 2vh;
  
}

#titleimages2 {
  display: flex;
  max-width: 42vw;
  max-height: 15vh;
  margin-top: 2vh;
}

#abttxtcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#abttxt {
  display: flex;
}

#contacttxt {
  display: flex;
}

#dollhouse {
  display: flex;
  max-width: 10vw;
  height: auto;
  }
  
#desk {
  display: flex;
  max-width: 10vw;
  height: auto;
}