html, body {
  height: 100%;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 26.4px;
  font-color: #1B8181;
  margin-bottom: 0px;
  margin-top: 10px;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  line-height: 15px;
  padding-left: 5px;
  margin-bottom: 2px;
  margin-top: 10px;
  padding-bottom: 20px;
}

h5{
  padding-left: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 15.4px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}


h6 {
  padding-left: 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 100;
  line-height: 15.4px;
  margin-bottom: 10px;
}

p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  line-height: 20px;
  padding-left: 15px;
  margin-top: -10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  align-items: flex-end;
}


img {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button {
  background-color: #1B8181;
  color: white;
  font-size: 12px;
  border: none;
}

.btn-group {
  display: flex;
  flex-wrap: nowrap;
}


#releaseContainer ul.simple {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    line-height: 15px;
}

#releaseContainer ol.simple {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    line-height: 15px;
    margin-left: 1rem;
}
