ul#index{

    padding-left: 0;
    list-style-type: none; 
}


#message {
    height: 10em; 
}

.masthead {
  height: 100vh;
  min-height: 200px;
  background-image: url('https://pulse.heartosc.ca/images/heartosc.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  font-family: 'SarabunBold'; 
    src: url('../fonts/Sarabun-Bold.ttf');
     font-weight: normal;
    font-style: normal;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

