@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');
html,body {
  height: 100%;
  width: 100%;
}
nav {
  padding: 2rem;
}

.navbar a {
  text-decoration: none;
  color:black;
}

#content {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: auto;
  height: 100vh;
}

.description {
  padding-top: 5%;
  min-height: 50%;
}

.name {
  font-family: 'Akaya Telivigala', cursive;
}

.occupation {
  font-family: 'Tangerine';
}

.contact {
  min-height: 25%;
}

.email {
  font-weight: 100;
  color: gray;
}

.email:hover{
  color: blue;
}

.social {
  min-height: 25%;
}

.social a{
  margin: 10px;
  color: grey;
}

.social a:hover{
  transform: scale(1.5);
  color: #000;
}
