
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    background-color: #4F7282;
}

.top_top {
    padding: 4px;
    /* top-left | top-right | bottom-right | bottom-left */
    border-radius: 0 0 7px 7px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Optional: adds a shadow */
    border-color: #eee;
    border: 2px;
    background: #6997ac;
    max-height: 7px;
}

.underlay {
  display: flex;
  position: fixed;
height: 5em;
width: 50em;
  color: #D8DCF0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #38535f !important;
  margin-top: 40px;
  bottom: 0;
}


.intro-box .inner {
  color: #D8DCF0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #3f4f58 !important;
}

.intro-box .inner .title {
  color: #EFEBD8;
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #3f4f58 !important;
}

.intro-box .inner .content-box {
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  border-top: 1px solid #eee;
  padding: 7px;
  display: block;
  letter-spacing: 1px;
  background: #3f4f58 !important;
}

.intro-box .inner .content {
  box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.5); /* Optional: adds a shadow */
  margin-left: 5x;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 7px;
  letter-spacing: 0.75px;
  border-radius: 5px 5px 5px 5px;
}

.button {
   border: 1px outset blue;
   background-color: #D8DCF0;
   height:25px;
   width:75px;
   cursor:pointer;
   color: #EFEBD8;
}

.image {
  padding-left: 17px;
  padding-right: 17px;
  max-width: 25%;
max-height: 25%
}
