.description-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
h1 {
  font-weight: 500;
  /* margin-bottom: 10px; */
}
h2 {
  font-size: 26px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 10px;
}
h3 {
  font-weight: 550;
  margin-bottom: 10px;
}
.methodology {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.inside {
  padding-left: 3%;
}
.outside {
  padding-left: 3%;
}
.methodology-header {
  align-self: center;
}
.methodology-figure {
  margin-bottom: 20px;
  width: 60%;
  align-self: center;
}

.description {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.description-header {
  align-self: center;
}
.metadata-fig {
  margin-bottom: 20px;
  width: 60%;
  align-self: center;
}

.access-condition {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin-bottom: 20px;
}
.access-condition-header {
  align-self: center;
}

.access-request {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.access-request form {
  display: flex;
  flex-direction: column;
}

.access-request-header {
  align-self: center;
}
.figures {
  margin-top: 30px;
  margin-bottom: 30px;
}

.metadata {
  margin-bottom: 30px;
}

body {
display: flex;
flex-direction: column;
width: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 400;
}

table {
  display: block;
  width: 100%;
  overflow-x: auto;
  /* white-space: nowrap; */
}
