@font-face {
  font-family: "NeutraText-Book", "Josefin Sans", "Open Sans", sans-serif;
  src:   "./NeutraText-Book.woff2" "woff2",
         "./NeutraText-Book.woff" "woff",
         "./NeutraText-Book.ttf" "truetype",
         "https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans",
         "https://fonts.googleapis.com/css?family=Josefin+Sans",
         "https://fonts.googleapis.com/css?family=Open+Sans";
       }

img {
  max-width: 100%;
  margin: auto;
  display: block;
  width: 380px;
}


body, html {
  font-size: 18px;
  font-family: "NeutraText-Book", "Josefin Sans", "Open Sans", sans-serif;
  color: white;
}

a {
    color: rgb(137, 207, 240);
}

.container {
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
}

.container2 {
  padding: 0px;
  max-width: 50%;
  margin: auto;
  text-align: center;
}

.links{
  display: block;
  color: rgb(146, 211, 237);
  margin: auto;
  max-width: 10%;
  min-width: 125px;
}

.back{
  padding-top: 1rem;
  padding-bottom: 0px;
  max-width: 30%;
  min-width: 150px;
  margin: auto;
  display: block;
}

.container h1 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.container h2 {
  margin-top: 1.5rem;
  font-size: 1rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  }

.container2 h1 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  }

.container2 h2 {
  margin-top: 1.5rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
    }

.container p {
  margin-bottom: 0rem;
  margin-left: 2rem;
  margin-top: 0rem;
}

.subtext p{
  font-size: 0.8rem;
}

.mainlogo, .links, html, body, img, .container, .container2, .subtext{
  background-color: rgb(52, 52, 52);
}

.mainlogo {
  margin-bottom, margin-top: 0px;
}

@media screen and (min-width:500px){
  img{
    width:380px;
  }
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-family: "NeutraText-Book", "Josefin Sans", "Open Sans", sans-serif;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(255, 102, 102);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.mylist{
    font-size: 2em;

}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: rgb(52, 52, 52);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 30px;
  color: white;
  font-family: "NeutraText-Book", "Josefin Sans", "Open Sans", sans-serif;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover)

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: rgb(52, 52, 52);
  font-size: 18px;
}

.showMore {
  font-size: 14px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}

.showMoreContent {
  display: none;
}

.showMore:checked + .showMoreContent {
  display: block;
}
}
