/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color."   background: #e8e8e8;*/

body {
  font-size: 16px;
  font-family: Arial;
  background-image: url(img/Sparkle.gif);
  background-repeat: repeat;
  color: white;
  text-shadow:  2px 2px 4px #fd4ec9, 1px 1px 2px black;
  cursor: url(img/cursor.cur), auto;
}

div {
  max-width: 700px;
  width: 700px;
  height: 670px;
  margin: auto;
  border: 2px solid hotpink;
  background-color: white;
  padding: 0px 0px 0px 0px;
}

.nav1 {
  vertical-align: top;
  display: inline-block;
  background-image: url("img/PolkaDotsEdit.jpg");
  width: 150px;
  height: 670px;
  padding: 0px 15px 0px 15px;
}

.nav2 {
  vertical-align: top;
  display: inline-block;
  background-image: url("img/PolkaDotsEdit.jpg");
  width: 150px;
  height: 670px;
  padding: 0px 15px 0px 15px;
}

.news {
  display: inline-block;
  width: 270px;
  height: 670px;
  padding: 0px 30px 0px 30px;
  background: white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.img1 {
  display: block;
  margin: auto;
  width: 400px;
}

.img2 {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a {
  color: hotpink;
  font-weight: bold;
}

#panel, .flip {
  padding: 10px;
  width: 250px;
  height: 20px;
  text-align: center;
  background-color: hotpink;
  color: white;
  border: solid 1px red;
  margin: auto;
  cursor: pointer;  
}

#panel {
  width: 250px;
  height: 80px;
  display: none;
  cursor: auto;
}
