h1{
  text-align: center;
  color: #00CED1;
  font-family: 'Shrikhand', cursive;
}

h2{
    text-align: center;
    font-family: 'Luckiest Guy', cursive;
    text-decoration: underline;
    text-decoration-style: dashed;
}

p{
    text-align: center;
    font-family: 'Libre Caslon Display', serif;
}

.links{
  
  color: #40E0D0;
}
  

html{
  background-image: url('https://cdn.hipwallpaper.com/i/65/22/g876Ek.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;

}

#container{
  background-color: white;
  width: 920px;
  margin: 0px auto;
  padding: 0px 1em 0px 1em;
  
}

button{
    font-family: 'Permanent Marker', cursive, bold;
    font-size: 15px;
}

.Quiz{
    color: black;
    background: linear-gradient(to bottom, white, #9932CC);
    padding: 1em 1em 1em 1em;
    border: 5px dotted;
}

#border{
    width: 100px;
    height:100px;
    padding: 1em 1em 1em 1em;
    margin: 0px 0px 0px 40px;
    
}

#game{
    width: 100px;
    height:100px;
    padding: 1em 1em 1em 1em;
    margin: 0px 0px 0px 200px;

}

.Game{
    padding: 1em 1em;
    background: linear-gradient(to bottom, white, #3CB371);
    border: 5px double;
}

#Project{
    width: 100px;
    height:100px;
    padding: 1em 1em;
    margin: 0px 0px 30px 200px;

}

.tic{
    padding: 1em 1em;
    border: 5px dotted;
  background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 41%, rgba(252,176,69,1) 100%);
  
  
}

#mental{
    width: 100px;
    height:100px;
    padding: 1em 1em;
    margin: 0px 0px 30px 200px;
}

.health{
    color: black;
    background: linear-gradient(to bottom, white, #9932CC);
    padding: 1em 1em 1em 1em;
    border: 5px dotted;
}

.my-image{
    width: 25%;
    height: 25%;
    position: center;
    margin: 5px 400px 5px 330px;
    border: double #9932CC 5px;
}
  
