@font-face {
  font-family: 'highway_gothic';
  src: url('/highway_gothic/highway_gothic/HWYGNRRW.TTF') format('truetype');
}

header,main,nav,info,fand, weath, vid{
    border: white 2px solid;
    font-family: 'highway_gothic', sans-serif;
    background-color: white;
    height: max-content;
}

.box{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-gap: 10px;
    margin-top: 20px;
  }
  
header {
    grid-row: 1/2;
    grid-column: 1/3;
    border-radius: 5px;
    background-color: #008450;
    font-size: 34px;
}

main {
    grid-row: 2/3;
    grid-column: 2/3;
    height: max-content;
    width: 600px;
}

nav {
    grid-row: 2/3;
    grid-column: 1/2;
    height: max-content;
}

body {
  background-image: url('stars 1.gif');
  background-repeat: repeat;
}

.navigation{
    border: white 2px solid;
    font-family: 'highway_gothic', sans-serif;
    background-color: white;
    height: max-content;
}

image {
     grid-row: 4/5;
    grid-column: 2/3;
  }
