*:not(start){
  border: 0px !important;
}

body {
  font-family: 'Gilda Display', serif;
  background-image: url("background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 1);
  min-height: 100vh;
  margin: 0 auto;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
   font-size: 18px;
}


info {

 color: red;
}




description {
  font-style: italic;
}


.header {
  border: 1px solid white;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  text-align: right;
  z-index: 1;
  flex: 1;
 
}


.header a {
  border: none;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: normal;
}



.container {
  max-width: 700px;
  background-color: rgba(16, 16, 48, 0.4);
  padding: 0px;
  border-radius: 100px;
  box-shadow: 0 0 100px 100px rgba(16, 16, 48, 0.4);
  height:auto;
  border : 1px solid white;
  box-sizing: border-box;
  text-shadow: 
  0px 0px 15px rgba(16, 16, 64, 1),
  0px 0px 15px rgba(16, 16, 64, 1);
}




.title {
  border: 1px solid rgb(255, 0, 0);
  padding-bottom: 30px;
  padding-top:20px;
  box-sizing: border-box;
}


.worldFrame {
  border: 1px solid rgb(4, 248, 36);
  padding: 15px 20px;
  display: inline-block;
  box-sizing: border-box;
}


.frame {
width:160px;
height:160px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
 
}

.worldFrame img {
   height: 160px;
    width: 160px;
}


.questFrame {
  border: 1px solid rgb(4, 248, 36);
  display: inline-block;
  box-sizing: border-box;
}

.questFrame img {
   height: 150px;
    width: 150px;
 
}


.questButton {
    position: relative;
    mask-image: url('button_mask.png');
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url('button_mask.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}




start {
  font-size: 20px;
  border: 0px solid white;
  box-sizing: border-box;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: center;
  padding : 15px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin:40px;
 
}





.enterButton {
  border: 1px solid white;
  box-sizing: border-box;
  opacity: 1;
  height: 100px;
  margin-top: 50px;
}


.backButton {
  border: 1px solid white;
  opacity: 1;
  height: 40px;
  margin : 50px;
}






.masked-image {
    position: relative;
    mask-image: url('deinemaske.png');
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url('deinemaske.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}




.footer {
  border: 1px solid white;
  box-sizing: border-box;
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  
}






h1, p {
  margin: 0;
  padding: 10px;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h1 {
  font-size: 36px;
}



a {
  color: white;
  text-decoration: none;
 
}









.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.logo img {
  height: 100px;
}










footer a {
  border: none;
  font-weight: normal;
  font-size: 14px;
}




/* for Mobile (Small ) screens */
@media screen and (max-width: 600px) {

  h1 {
      font-size: 32px;
  }

  h2 {
      font-size: 24px;
  }

  body {
      font-size: 14px;
    }

  .container {
    width:90%;
  }

  .header a {
  border: none;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: normal;
}


  .logo img {
    height: 60px;
  }


  .footer a {
    font-size: 16px;
  }


.backButton img {
    height: 30px;
    width: 30px;
  }

  

}