body,
html {
  height: 100%;
}

body {
  margin: 0;
  background-color: #ffffff;
  font-size: 1em;
}

.container {
  display: grid;

  width: 100%;
  height: 100%;
}

#item-0 {
  background-color: #ffffff;
  grid-row-start: 1;
  grid-column-start: 1;

  grid-row-end: 9;
  grid-column-end: 9;
}

#item-1 {
  background-color: #e6e6e6;
  grid-row-start: 1;
  grid-column-start: 1;

  grid-row-end: 2;
  grid-column-end: 3;
}

.header {
  grid-area: header;
  display: flex;
}

#item-2 {
  background-color: #5b8cff;
  grid-row-start: 1;
  grid-column-start: 9;

  grid-row-end: 1;
  grid-column-end: 3;
  text-align: center;
  padding: 30px 10px;
  text-decoration-color: #ffffff;
}

/* Add a black background color to the top navigation */

.topnav {
  /* background-color: #5b8cffb0; */
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #f2f2f2;
  /* text-align: center; */
  font-family: "yink", sans-serif;
  text-decoration: none;
  font-size: 30px;
  margin-left: 50px;
}

.topnav a:link,
.topnav a.visited {
  /* background-color: #04aa6d; */
  color: rgb(255, 255, 255);
}

.topnav a:hover,
.topnav a.active {
  background-color: #ffffff;
  color: #5b8cff;
}

#item-3 {
  background-color: #5b8cff;
  grid-row-start: 2;
  grid-column-start: 1;

  grid-row-end: 3;
  grid-column-end: 4;
  font-weight: 400;

  font-size: 30px;
  color: #f2f2f2;
  padding: 30px 10px;
  text-align: center;
  text-decoration-color: #ffffff;

  font-family: "yink", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#item-4 {
  background-color: #e6e6e6;
  grid-row-start: 7;
  grid-column-start: 1;

  grid-row-end: 3;
  grid-column-end: 4;

  font-size: 20px;
  color: #656565;
  padding: 30px 30px;
  text-align: center;
  text-decoration-color: #ffffff;
  font-weight: 00px;

  font-family: "miller-headline", serif;
  font-weight: 400;
  font-style: normal;
  /* Miller Headline Italic */

  font-family: "miller-headline", serif;
  font-weight: 700;
  font-style: normal;
}

#item-5 {
  background-color: #d8d5d5;
  grid-row-start: 2;
  grid-column-start: 9;

  grid-row-end: 6;
  grid-column-end: 4;
}
#item-6 {
  background-color: #5b8cff;
  grid-row-start: 7;
  grid-column-start: 9;

  grid-row-end: 6;
  grid-column-end: 5;

  font-size: 20px;
  color: rgb(246, 246, 246);
  padding: 30px 30px;
  /* text-align; */
  text-decoration-color: #ffffff;
  font-weight: 00;

  font-family: "miller-headline", serif;
  font-weight: 700;
  font-style: normal;
}
#item-7 {
  background-color: #5a6888;
  grid-row-start: 7;
  grid-column-start: 1;

  grid-row-end: 9;
  grid-column-end: 9;
}
