    @font-face {
    font-family: 'Letter Gothic Std Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Letter Gothic Std Bold'), url('./images/LetterGothicStd-Bold.woff') format('woff');
    }

body {

  background: url("./images/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Letter Gothic Std Bold';
  text-align: center;
}

#wrapper {
  margin: 0 auto;
  max-width: 100vh;

}

img{ 
    width: 100%;   
    margin-top: 5%;
}

p {
    
  font-family: 'Letter Gothic Std Bold';
}

