html {
    background-color: #f2f2f2;
}

body {
  width: 500px;
  margin: 0 auto;
  padding-left: 5%;
}  

h1 { 
  position: relative;
  top: 25vh;
  font-size: 40px;
  font-family: Secular One;  
  text-align: left;
  margin-top: 0px;
  letter-spacing: 3px;
}

h2 {
  position: relative;
  top: 25vh;
  text-align: left;
  font-size: 20px;
  font-family: David Libre;
  font-weight: 400;
  margin-top: -10px;
}

#body {
  font-family: Fira Code;
  font-weight: 400;
  position: relative;
  top: 25vh;
  margin-top: 0px;
  font-size: 15px;
}

a {
  font-family: Fira Code;
  font-weight: 500;
  color: #00693e;
  text-decoration: none;
  transition: transform 0.5s;
}

a.no_underline:hover {
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

#mail {
  position: relative;
  margin-top: 25vh;
  margin-left: 0px;
  height: 40px;
  width: 40px;
  transition: transform 0.5s;
}

#mail:hover,#li:hover,#resume:hover {
  transform: scale(1.2);
}

#li,#resume {
  position: relative;
  margin-left: 2vh;
  height: 40px;
  width: 40px;
  transition: transform 0.5s;
}