
/*Dropdown Menu */

.dropdown {
  position: fixed;
  top: 20%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
  z-index: 1;
}

 
.icon { 
  font-family: WingDings;
}


/*Red Navigation*/

.navbar a {
   text-decoration: none;
   color: red;
}

.home {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  color: red;
  z-index: 1;
}

.about {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  color: red;
  z-index: 1;
}

/*Body */

.body {
  position: absolute;
Overflow: scroll;
  top: 30%;
  width: 100%;
  height: 100%;
  margin: 50px;
Display: grid;
Grid-template-columns: 1fr 2fr;
  grid-template-rows: 100%;
}

.textarea {
/*Position: fixed;*/
/*width: 50px;*/
  height: 100%;
  /*float: left;*/
}

.container1 {
  max-width: 100%;
  height: auto;
  overflow: scroll;
  Margin: 15px;
}


img {
  max-width: 100%;
height: auto;
}

p {
  font-size: 150%;
}


