header {
  margin-top: min(4vh, 40px);
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  max-width: 1024px;
}

header > a {
  margin-right: min(4vw, 40px);
  font-size: 20px;
}

body {
  background: black;
  color: white;
}

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

a:visited {
  text-decoration: none;
  color: white;
}

h1 {
  margin-top: 5vh;
}

#content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#projects {
  width: 80%;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

#foment_project {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  text-align: center;
  border: 2px solid gray;
  border-radius: 1vw;
}

#foment_project:hover {
  border: 2px solid white;
}

#foment_project_image {
  margin-top: 2vh;
  width: 80%;
  aspect-ratio: 1 / 1;
  border: 2px solid #ccc;
  border-radius: 2vw;
}

#foment_project_title {
  display: inline-block;
  font-size: 20px;
  margin-top: 2vh;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}

#foment_project_description {
  font-size: 17px;
  margin-top: 1vh;
  margin-bottom: 4vh;
  line-height: 135%;
}
