#Header {
  display: flex;
  justify-content: flex-start;
  font-size: 56pt;
  margin: 40px;
  padding-left: 15%;
  color: white;
  font-family: "Arial Black", sans-serif;
}

#Nav {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: black;
  padding-right: 25px;
}

#Logo {
  border: 1px solid black;
  border-radius: 50px 0px 50px 0px;
  background: #ffffff;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

#Nav-Bar {
  border: 1px solid black;
  border-radius: 50px 0px 50px 0px;
  min-width: 100px;
  max-width: 100px;
  height: 600px;
  background: #ff9900;
  display: flex;
  justify-content: flex-end;
  padding: 50px;
  margin-left: 10px;
  margin-top: 20px;
  background-image: url("https://64.media.tumblr.com/5d7ab997c9daa879a320f9ef21e895b7/tumblr_ooeddrvOJE1uzwgsuo1_400.gifv");
  background-size: cover;
}

#Container {
  display: flex;
  justify-content: center;
  min-height: 100%;
}

.Content-Container {
  display: flex;
  justify-content: center;
  max-width: 35%;
}

.Content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

#Content-TextA {
  grid-area: 1 / 2 / 2 / 3;
  min-height: 10vh;
  max-height: 10vh;
}
#Content-ImgA {
  grid-area: 1 / 1 / 2 / 2;
  min-height: 10vh;
  max-height: 10vh;
  background-image: url(https://64.media.tumblr.com/5d7ab997c9daa879a320f9ef21e895b7/tumblr_ooeddrvOJE1uzwgsuo1_400.gifv);
  background-size: cover;
}
#Content-ImgB {
  grid-area: 2 / 2 / 3 / 3;
  min-height: 10vh;
  max-height: 10vh;
  background-image: url(https://64.media.tumblr.com/5d7ab997c9daa879a320f9ef21e895b7/tumblr_ooeddrvOJE1uzwgsuo1_400.gifv);
  background-size: cover;
}
#Content-TextB {
  grid-area: 2 / 1 / 3 / 2;
  min-height: 10vh;
  max-height: 10vh;
}
#Content-TextC {
  grid-area: 3 / 2 / 4 / 3;
  min-height: 10vh;
  max-height: 10vh;
}
#Content-ImgC {
  grid-area: 3 / 1 / 4 / 2;
  min-height: 10vh;
  max-height: 10vh;
  background-image: url(https://64.media.tumblr.com/5d7ab997c9daa879a320f9ef21e895b7/tumblr_ooeddrvOJE1uzwgsuo1_400.gifv);
  background-size: cover;
}

Content-Text {
  text-justify: auto;
}

Content-Img {
 max-width: 300px; 
 max-height: 300px;
}

#Footer {
  background-color: black;
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-top: -150px;
  height: 150px; /* must be same height as the content padding-bottom */
  clear: both;
}

html,
body {
  background-image: url("https://i.imgur.com/F93Pwyc.jpeg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  height: 100%;
  color: white;
  font-family: "Consolas", sans-serif;
}

p {
  text-indent: 45px;
  text-justify: inter-character;
}
