* {
  color: #0220FE;
}

body {
  font-family: 'Monument Extended Regular';
}

.content {
  width: 83%;
  margin: auto;
}

.ab-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 9%;
  margin-bottom: 16%;
}

.h-1 {
  width: 21%;
}

nav {
  position: fixed;
  display: flex;
  flex-direction: column;
}

nav a {
  text-decoration: none;
  margin-bottom: 1.5vw;
  font-size: 1.4vw;
}

nav a:hover {
  font-family: 'Monument Extended Bold';
  letter-spacing: 0.25em;
}

.active {
  font-family: 'Monument Extended Bold';
  letter-spacing: 0.25em;
  position: relative;
  display: block;
  color: #FF5C8B;
}

.active::before {
  display: inline-block;
  position: absolute;
  left: -1.8vw;
  top: 20%;
  content: '';
  width: 0.72vw;
  height: 0.72vw;
  border-radius: 50%;
  background: #FF5C8B;
}

.h-2 {
  width: 79%;
}

h1 {
  font-size: 2.5vw;
  margin-bottom: 4.5vw;
}

.name {
  font-family: 'Monument Extended Bold';
}

.profile {
  width: 20%;
  margin-bottom: 4.5vw;
}

p {
  font-size: 1.4vw;
  line-height: 2.4vw;
  margin: 2.5vw 0;
}

p a {
  text-decoration: none;
  color: #FF5C8B;
}

p a:hover {
  text-decoration: underline;
}

p a:after {
  padding-left: 2px;
  content: "\2197";
  /* Unicode hex for &raquo; */
}

footer {
  font-size: 0.8vw;
  padding: 3vw 0;
  display: flex;
  justify-content: space-between;
}

footer a {
  text-decoration: none;
  margin-left: 2vw;
}

.flex {
  display: flex;
}