
body {
  height: 100vh;
  margin: 0;
  /* background-color: #101020; */
  background: linear-gradient(45deg, hsl(180, 100%, 5%) 0%, hsl(300, 75%, 10%) 100%);
  font-family: "Purrfect";
  display: flex;
  justify-content: center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  width: 90vw;
  color: white;
  font-size: 2vw;
}

.title {
  font-size: 10vw;
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: 0;
}

.title>.small {
  font-size: 4vw;
  position: relative;
  bottom: 0.3vw;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
}

ul>li {
  display: inline-block;
  clear: both;
  margin: 0 1vw;
}

ul>li>a>img {
  width: 6vw;
  filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(181deg) brightness(108%) contrast(100%);
  float: left;
}

.projects-title {
  margin-top: 30px;
  margin-bottom: 5px;
}

.projects {
  margin-top: 5px;
  margin-bottom: 30px;
}

.footer {
  margin-bottom: 0px;
}



@font-face {
  font-family: "Purrfect";
  src: url(/assets/fonts/Purrfect.ttf) format("truetype");
}