nav a{
    display: flex;
    flex-basis: 100px;
    flex-shrink: 0;
    text-align: center;
    flex-direction: column;
    gap: 10%;
    border: thin solid rgba(255,255,255,1);
    background-color:  rgba(173,203,227, 0.);
    text-align: center;
}

.row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

main .aboutmain{
    width: 50%;
}

nav main {
  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;
}

main .aboutsection {
  width: 50%;
  background-color: rgba(75,134,180, 0.5);
}

.IndexMain section{
  width: 50%;
  flex-wrap: wrap;
  background-color: rgba(75,134,180, 0.5);
}
