h1 {
  color: rgb(225, 0, 0);
}

.project {
  display: flex;
  align-items: center;
  justify-content: center
}

.headline {
  color: rgb(200, 0, 0);
  font-size: 50px;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  align-items: top;
  justify-content: center
}

.center {
  display: flex;
  align-items: center;
  justify-content: center
}

.techniques {
  width: 50%;
  border: 5px solid black;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

li {
  padding: 20px;
  font-size: 30px;
}

.description {
  color: rgb(225, 0, 0);
  font-size: 35px;
  font-weight: bold;
  display: flex;
  align-items: top;
  justify-content: center
}

.info {
  border: 5px solid black;
  border-radius: 20px;
  margin-bottom: 1%;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center
}

img {
  margin: 10px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.text {
  font-size: 120%;
  margin-left: 20px;
  margin-right: 10px;
  max-width: 75%;
}