


h1{
 font-family: 'TwilightNewMoon';
    font-size: 5em;
    color: white;
  src: url('fonts/Twilight New Moon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  background-color: black;
}

.images{
  height:auto;
  max-width: 600px;
}
.bodylayout{
  background-color: black;
  padding: 1em;
}

body {
color: white;
  background-image: url("redtartan2.jpg");
 
}
