body {
  background-color: white;
  color: black;
  font-family: "dacomment";
}

.navigation {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  background-color: #2C82B8;
  color: white;
  font-size: 40px;
}

.text {
  text-align: center;
  margin-top: 320px;
}

a {
  color: white;
}

.main {
  margin-left: 300px;
}

.logo {
  width: 40%;
  height: auto;
}

.images {
  display: flex;
  justify-content: center;
}

.gridimages {
  width: 300px;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.column {
  flex: 50%;
  padding: 0 20px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

.about {
  display: flex;
  justify-content: center;
}

.aboutText {
  width: 900px;
  height: auto;
  font-size: 25px;
}

.contact {
  display: flex;
  justify-content: center;
}

.contactText {
  font-size: 15px;
}