body {
  height: 100%;
  overflow: hidden;
  background-image: url("../images/koi.png");
}

div.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  height: 90vw;
  max-width: 135vh;
  max-height: 80vh;
  border-radius: 20px;
  padding: 10px;
  border: 1px #a6d69f solid;
  background-color: #b4e8ac;
  text-align: center;
}

div.header {
  display: flex;
  justify-content: center;
  height: 82.88px;
  border-radius: 20px;
  padding: 10px;
  border: 1px #a6d69f solid;
  margin-bottom: 10px;
  background-color: #f6eabd;
}

h1 {
  height: 40px;
}

div.projects {
  height: calc(100% - 135.88px);
  border-radius: 20px;
  padding: 10px;
  border: 1px #a6d69f solid;
  overflow: auto;
  background-color: #b4e8ac;
  text-align: center;
}

div.project {
  width: calc(50% - 5px);
  background-color: #f6eabd;
  padding-bottom: 0.02px;
  border-radius: 15px;
  margin-bottom: 10px;
}

div.project:nth-child(odd) {
  float: left;
  margin-right: 5px;
}

div.project:nth-child(even) {
  float: right;
  margin-left: 5px;
}

div.project:last-child {
  margin-bottom: 0;
}

.project-img {
  width: calc(100% - 20px);
  border-radius: 10px;
  margin: 10px 10px 0 10px;
}

div.project > section.info {
  background-color: #fbf8c5e5;
  height: 13.5vw;
  max-height: 12vh;
  padding: 0.02px;
  border-radius: 10px;
  margin: 5px 10px 10px 10px;
}
