* {
  box-sizing: border-box;
}

body {
  background-color: darkred;
}

.image {
  max-height: 400px;
  max-width: 100%;
  text-align: center;
}

.header {
  text-align:center!important;
}

.header-flex {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.header-child {
  margin: auto;
  vertical-align: middle;
  max-width: 90vw;
}

.header-text {
  color: white;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-align:center!important;
  line-height: 12px;
}

.header-text a{
  color: white;
}

.header-logo {
  max-width: 90vw;
}

.gallery {
  text-align:center!important;
}

.gallery-flex {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery-child {
  margin:auto;
  vertical-align: middle;
  max-width: 90vw;
}

.body{
  text-align:center!important;
}

.body-text{
  color: white;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 26px;
}

.footer {
  display:block;
  color: white;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 23px;
  text-align:center!important;
}