body {
  background-image: radial-gradient( #212326,#36393e,#4C5057);
}
ul {
  font-size: 40px;
}
h2 {
  font-size: 45px;
}
ul {
  text-indent: 50px;
}
h1 {
  font-size: 50px;
}
#white {
  color:whitesmoke;
}
#image1 {
  position:absolute;
  left:1100px;
  top:150px;
  border-radius: 50%;
}
#hobby1 {
    position: relative;
    top: -45px;
}
#hobby2 {
    position: relative;
    top: -45px;
}
#hobby3 {
    position: relative;
    top: -45px;
}
#hobby4 {
    position: relative;
    top: -45px;
}
#button {
  background-color: gray;
  border: darkgrey;
  color: whitesmoke;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    position:absolute;
  left:30px;
  top:630px;
 }
 #button2 {
  background-color: gray;
  border: darkgrey;
  color: whitesmoke;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    position:absolute;
  left:215px;
  top:630px;
 }
 #subpage {
  color:whitesmoke;
 }
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  text-decoration: none
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  text-decoration: none
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 330px;
  background-color: gray;
  color: #e3e0e0;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
 text-decoration: none
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#info {
  text-indent: 25px;
  color:whitesmoke;
  text-decoration: none
}
#button2:hover {
  color: darkgray
 }
#button:hover {
  color: darkgray
   }
