@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

body {
  background-color: #00241b;
  color: #9ee37d;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.title {
  text-align: left;
  font-size: medium;
  margin-right: 3%;
}

.name {
  font-size: x-large;
}

hr {
  max-width: 75vw;
  margin-left: 0px;
}

p {
  margin-top: 0;
}

a {
  color: #8cd6c5;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #c1f3e7;
}

.header {
  display: flex;
  align-items: center;
}

.content {
  margin: 1%;
}

.content img {
  margin-right: 1%;
}
