body {
  background-image: url("background.png");
  color: #17318B;
  font-family: "comic sans ms";
}

a {
  color: #3A70D3
}

p {
margin: 0px;
}
  
  img {
  margin: 0px;
  }
  h1 {
    margin-bottom: -20px;
  }
  
header {
  text-align: center;
  margin-top: 20px;
}

nav {
  width: 50.6%;
  margin-left: 24.6%;
  text-align: center;
  background-color: white;
}

box1{
  width: 300px;
  height: 300px;
  background-color: white;
  padding: 7px;
  overflow: scroll;
  display: grid;
  grid-area: box1;
}

box2{
  width: 473px;
  height: 300px;
  background-color: white;
  padding: 7px;
  overflow: scroll;
  display: grid;
  grid-area: box2;
}

.container {
  display: grid;
  grid-gap: 214px;
  margin-left: 24.6%;
  grid-template: "box1 box2" / 100px 1fr;
}

footer {
  width: 50.6%;
  margin-left: 24.6%;
  text-align: center;
  background-color: white;
}
