
body {
  background-color: rgba(95, 168, 128, .9);
  font-family: 'Nunito', sans-serif;
  color: white;
}

.header{
  text-align: center;
  margin-top: 40px;
  font-size: 35px;
}


.bio{
  text-align: center;
  font-size: 25px;
  margin-top: 75px;
  margin-left: 100px;
  margin-right: 100px;
  line-height: 1.75;
}

.resume_projects{
  text-align: center;
  font-size: 20px;
}

.resume{
  display: inline;
  margin: 50px;
}

.projects{
  display: inline;
  margin: 50px;
}

.sites{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}


.github{
  position: fixed;
  left: 50px;
  bottom: 0;
  width: 0%;
  margin-bottom: 20px;
  text-align: left;
  font-size: 15px;
}

.linkedin{
  position: fixed;
  right: 50px;
  bottom: 0;
  width: 0%;
  margin-bottom: 20px;
  margin-right: 50px;
  text-align: right;
  font-size: 15px;
}

.email {
  position: fixed;
  right: 0px;
  bottom: 0;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 50px;
  text-align: center;
  font-size: 15px;
}

.list{
  margin-left: 100px;
  margin-right: 100px;
}

a:link, a:visited {
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    color: #D3D3D3;
}
