* {
  color: #0220FE;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

header {
  display: flex;
  justify-content: space-between;
  margin-top: 9%;
  margin-bottom: 10%;
}

.h-1 {
  width: 21%;
}

nav {
  position: relative;
  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;
  text-decoration: none;
}

.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-color: #FF5C8B;
}

.h-2 {
  width: 79%;
}

.h-2 h1 {
  font-size: 2.5vw;
}

.h-2 h2 {
  font-size: 1.8vw;
  line-height: 2.8vw;
  margin-top: 4.5vw;
}

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

.proj {
  border-top: 0.15vw #0220FE solid;
  padding: 3.5vw 0;
}

.lang {
  font-size: 0.8vw;
  font-family: 'Monument Extended Light';
}

.proj h1 {
  font-family: 'Monument Extended Bold';
  font-weight: 900;
  margin-top: 5.5vw;
  font-size: 2.1vw;
}

.proj p {
  margin: 2.8vw 0;
  font-size: 1.6vw;
  line-height: 2.5vw;
}

.proj-1 {
  margin-right: 15%;
}

.proj-2 {
  align-self: end;
  margin: 0 1.5vw;
}

.proj-2 img {
  width: 13vw;
}

.def {
  display: block;
}

.hov {
  display: none;
}

.proj-2:hover .hov {
  display: block;
}

.proj-2:hover .def {
  display: none;
}

.proj-links a:hover .hov {
  display: block;
}

.proj-links a:hover .def {
  display: none;
}

.proj-links {
  display: flex;
  margin-bottom: 2vw;
}

.proj-links img {
  width: 2vw;
  margin-right: 1vw;
}

.proj:last-of-type {
  border-bottom: 0.15vw #0220FE solid;
}

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;
}