html, body {
  height: 100%;
  width: 100%;
	background-color: lightblue;
}

h1 {
  font: helvetica;
	font-size:28px;
}

h6{
  font-size: 28px;
}

h2{
  font-size: 50px;
}

p{
  color: seagreen;
  text-align: center;
  font-size: 50px;
  font-family: papyrus;
}

#emotional{
  text-align: center;
  color: cadetblue;
  font-family: Courier New;
}
button{
	color:lightcoral;
	background-color:blanchedalmond;
  height:75px;
  width:100px;
  font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}

.clicktoinspire{
  color:goldenrod;
  font-size: 24px;
  font-family: Courier New;
  text-align: center;
  background-color: darkgreen;
  width: 500px;
  height: 75px;
    cursor: pointer;
    border-radius: 50px;
}
.emot{
	color: lightcoral;
	background-color: blanchedalmond;
  height: 75px;
  width: 85px;
  font-size: 21px;
}
.inspire{
	color: darkolivegreen;
  background-color: paleturquoise;
  border-color: lightblue;
  width: 100px;
  height: 55px;
}

#back{
  color: #681DA8;
  width: 100px;
  height: 50px;
  background-color: skyblue;
  border-color: transparent;
  font-family: copperplate;
  position: fixed;
  bottom: 50px;
  font-size: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
}

.tasksheadline{
  font-family: Monaco;
  text-align: center;
}

#gi{
  position: fixed;
  bottom: 150px;
}

/*.dropbtn {
    color: #000000;
    border-radius: 10px;
    cursor: context-menu;
    width: 100px;
    height: 50px;
    background-color: #0099ff;
    border: none;
}
    
.dropdown-content a {
    text-decoration: none;  
    display: block;  
}*/