body,h1,h2,h3,h4,h5,h6 {font-family: "DM Sans", sans-serif}

body, html {
    height: 100%;
    line-height: 1.8;

    margin: 0px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    min-height: 675px; */
    background-color: #F4F5FF;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  /* background-image: url('images/img3.jpg'); */
  background-color: #36344D;
  min-height: 80%;
}

.w3-bar .w3-button {
  padding: 16px;
}