.text-box .text {
  font-size: 18px;
  width: fit-content;
  text-wrap: wrap;
}

.me-container {
  margin-top: 30px;
  margin-bottom: 30px;
  width: fit-content;
  height: 650px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 50;
  padding: 25px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.me-container .me-text {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.me-container .me-picture {
  height: 93%;
}

.me-container .me-picture img {
  height: 100%;
  border: 2px solid rgb(2,28,30);
  border-radius: 10px;
}

.about-me-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  background-color: rgb(2,28,30);
  width: 100%;
}

.about-me {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-me-container .text {
  font-size: 20px;
  color: rgb(250, 132, 43);
  width: 90%;
  margin: 20px;
}

.explore {
  width: 90%;
  margin-bottom: 20px;
}

.explore img {
  width: 100%;
}

.about-project {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
  height: fit-content;
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 50;

  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: center;
}

.about-project .information {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  z-index: 75;
}

.about-project .information .title {
  font-size: 22px;
  font-weight: 530;
  color: rgb(2,28,30);
}

.about-project .text-box {
  height: fit-content;
  display: flex;
  overflow: hidden;
  margin: 20px;
  width: fit-content;
}

.about-organisation {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
  height: fit-content;
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 50;

  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: center;
}

.about-organisation .information {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  z-index: 75;
}

.about-organisation .information .title {
  font-size: 22px;
  font-weight: 530;
  color: rgb(2,28,30);
}

.about-organisation .text-box {
  height: fit-content;
  display: flex;
  overflow: hidden;
  margin: 20px;
  width: fit-content;
}

.about-organisation a {
  text-decoration: none;
  color: rgb(250, 132, 43);
}

.data-safety {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
  height: fit-content;
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 50;

  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: center;
}

.data-safety .information {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  z-index: 75;
}

.data-safety .information .title {
  font-size: 22px;
  font-weight: 530;
  color: rgb(2,28,30);
}

.data-safety .text-box {
  height: fit-content;
  display: flex;
  overflow: hidden;
  margin: 20px;
  width: fit-content;
}

.data-safety a {
  text-decoration: none;
  color: rgb(250, 132, 43);
}