nav a{
    text-align: center;
    flex-direction: column;
    border: thin solid rgba(255,255,255,1); 
    background-color: rgba(255, 255, 255, 0.8);
}


main .aboutmain{
    width: 50%;
}

div .container{
  display: flex;
  text-align: center; 
  flex-wrap: wrap;
}

form p:hover{
    text-transform: uppercase;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
    /* Source:https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow */
}

input[type="text"]{
  display: flex;
  flex-direction: column;
}

.IndexMain .commuting {
  flex-wrap: nowrap;
  text-align: center;
}

.aboutsection {
  width: 50%;
  background-color: rgba(75,134,180, 0.5);
}

.IndexMain section{
  width: 50%;
  flex-wrap: wrap;
  background-color: rgba(75,134,180, 1);
}

@media all and (min-width: 720px) {
  figure{
    max-width: 85%;
  }
}

.IndexMain{
  background-color: rgba(75,134,180, .5);
  display: flex;
  text-align: center; 
  flex-wrap: wrap;
  flex-direction: row;
}

nav,
.container {
  border: thin solid rgba(255,255,255,1);
  background-color:  rgba(173,203,227, 0.8);
  text-align: center;
  flex-shrink: 0;
  gap: 10%;
}

.container{
  display: flex;
  width: 100%;
}

.aboutmain, main{
  background-color:  rgba(173,203,227, 0.8);
}

.container section{
  width: 50%;
}
