html {
  padding:1em ; 
  max-width: 50em;
  margin: 0 auto;
}

.boxed {
  padding: 0.3em;
}


p {
  color: black;
}




h1 {
  text-align: center;
  padding-bottom: 1em;
  padding-top: 3em;
  color: black;
}


h2 {
  text-align: center;
  padding-top: 1em;
  color: black;
}


h3 {
  color: black;
  padding-top: 3em;
}



#website {
  font-size: x-small;
  font-style: italic;
   
} 


.red {
  color: red; 
  add text-decoration: none;
} 
  

.black {
  color: black;
  padding: .2em;
  text-decoration: none;
  font-weight: bolder;
}


#codered {
  color: red;
}




footer {
  text-align: center;  
}

header {
  width: auto;
  color: black;
  text-align: center;
  font-style: italic;
  font-family: serif;
}





.center {
  margin: auto;
  width: 5%;
  padding: 10px;
}


ul {
  /* Top Bar */
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}


hr {
  height: 4px;
  background-color: lightgray;
}


li a,
.dropbtn {
  /*Text in top bar */
  display: inline-block;
  font-weight: bolder;
  font-size: 0.8em;
  text-align: center;
}


li a:hover,
.dropdown:hover .dropbtn {
  /* DropDown Menu */
  background-color: white;
  font-size: 1em;
}


li.dropdown {
  display: inline-block;
  color: white;
  padding: 1em;
}


.dropdown-content {
  /* dropdown box */
  display: none;
  position: absolute;
  background-color: white;
}


.dropdown-content a {
  color: black;
  padding: none;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown-content a:hover {
  background-color:white;
}


.dropdown:hover .dropdown-content {
  display: block;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}


.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}







 .container {
  display: inline-block;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  background:white; 
}

.item h3 {
  font-size: 22px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: black;
}



.hidden-content {
  display: none;
}

.read_more {
  color:red;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}

.read_more:hover {
  color: red;
}

.hidden-readmore {
  display: none;
}

.read_less {
  color: red;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}