body {
    margin: 0;
    text-align: center;
    background-color: #003a5e;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
figure {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
h1 {
  margin: 0;
  padding: 1%;
  background-color: #001827;
  border: 4px solid black;
}
/* Button Style */
.button {
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 15px 32px;
  margin: 4px 2px;
  font-size: 16px;
  width: 100%;
}
.contact-button {
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 15px 32px;
  margin: 4px 2px;
  font-size: 16px;
}

/* Navigation Menu Style */
.navmenu {
  overflow: hidden;
  background-color: black;
}
.navmenu a {
  float: left;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 14px 16px;
  font-size: 20px;
}
.navmenu a:hover {
  background-color: white;
  color: black;
}

/* Project profiles and layouts */
.column {
  float: left;
  margin: 25px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* About and Text sections on main page */
.about-section {
  background-color: rgb(0, 27, 67);
  border-top: 6px solid black;
}
.text-section {
  font-size: 17px;

  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 25px;
}

/* First Contributions page */
.open-page {
  font-size: 20px;
  margin-left: 25%;
  margin-right: 25%;
}

.list {
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.list2 {
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.response {
  display: inline-block;
  text-align: left;
  margin-right: 40%;
}