@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;700&display=swap');

body {
  font-family: 'Comfortaa', cursive;
   min-height: 100%;
   background-image: url(../img/sunset.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
}


h1 {
    color: #EEE;
    font-size: 5rem;
    left: 0;
    line-height: 200px;
    margin-top: -150px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    font-weight: bold;
}


#footer {
  color: #EEE;
    position: fixed;
    height: 2.5em;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: .7em;
}
