
body {
    background: #000000;
    font-size: 13mm;
    font-family: cursive;
    color: rgb(74, 8, 139);
    text-align: center ;
    padding: 5mm;
}

header {
    background-image: url(mysticbackground.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    display: inline-block;
    position:static;z-index: -2;
}
#mystic{
    /*text-align: right;*/
    position: absolute; top:15%; right: 3%; z-index: 2;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 85%;
}
h2 { 
    text-align: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    color: #ccc;
    display: none;
}

#linkbutton1, #linkbutton2, #linkbutton3, #linkbutton4, #linkbutton5, #linkbutton6, #linkbutton7 {
    display: center; color:white; background-color: rgb(78, 0, 92);
    font-weight: bolder; font-size: 33%; 
    padding: 10px; margin-top: auto; border-radius: 12px;
    position:relative;z-index: 99;
}

#startbutton {
    display: center; color:white; background-color: rgb(0, 48, 80);
    font-weight: bolder; font-size: 6mm;
    width: 100%;
    padding: 4mm;
}
#linkbutton7:hover, #linkbutton6:hover, #linkbutton5:hover, #linkbutton4:hover, #linkbutton3:hover, #linkbutton2:hover, #linkbutton1:hover {color:rgb(180, 179, 179);}

ul {
    list-style-type: none;
    overflow: hidden;
    padding-top: 5px;
    display: inline;
    width: 100%;
  }
  
  li {
    float: center;
    display: inline;
    padding: left 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    
  }
  
  li button {
    display: inline;
    color: rgb(10, 138, 138);
    font-size: 25px;
    text-align: center;
    padding: 18px 18px;
    text-decoration: none;
  }
/*
  li button:hover {
    color:gainsboro;
  }

  label {
      font-family: cursive; color: turquoise;
  }

  div:hover {
      color: blueviolet;
      padding: 5px;
  }
  */