body {
  background-color: white;
  color: black;
  font-family: Verdana;

}

.animated-gif{
  width: 120px;
  height: 120px;
}

 /* Navbar container */
.navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  background-color: #b7cfa5  ;
  font-family: Arial;
  margin: -8px;
  margin-bottom: 0;
}


.navbar a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #b7cfa5  ;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: green ;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 

.content{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(6, 9, 37);
  margin: -8px;
  margin-top: 0px;
  min-height: 880px;

}

.sidebar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  background-color: #b7cfa5  ;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 20px; 
  width: 300px;
  max-height: 700px;
  border-width: 16px;
  border-color: #b7cfa5  ;
  border-style: solid;

}

.sidebartext{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 20px; 
  width: 300px;
  max-height: 600px;

}



.corpus {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-color: #6b5640;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 8px; 
  width: 800px;

  text-align: center;
}

.corpustext {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  background-color: rgb(253, 242, 227);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 8px; 
  text-align: left;

  border-width: 32px;
  border-color: rgb(253, 242, 227);
  border-style: solid;

}
