h1{
color: white;
}
body {
color: white;
background-image: url('shroom3.jpeg');
  background-attachment: fixed;
}

a:visited:{
color: white;
}

p a:visited{
color: white;
text-decoration: underline;
}

p a{
color: white;
text-decoration: underline;
}

p a:hover {
color: lime;
text-decoration: underline;
}

.dropbtn {
  background-color: rgba(0,0,0,0.5);
  color: white;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
  margin: 10px;
  border-radius: 15px;
  Position: sticky;
  top: 0;
  border-style: solid;
  border-size: 1px;
  left: 0;
  margin-top: 15px;
  z-index: 2;
  position: fixed;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: rgba(100,100,100,0.7);
  border-radius: 15px;
  color: lime;
}
.dropdown {
  display: inline-block;
z-index: 2;
}
.dropdown-content {
  display: none; 
  background-color: rgba(0,0,0,0.5);
  min-width: 160px;
  overflow: auto;
  z-index: 2;
  font-size: 20px;
  border-style: solid;
  border-size: 1px;
  border-radius: 15px;
  border-color: black;
  position: fixed;
  top: 70px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
}
.dropdown-content a {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  background-color: rgba(0,0,0,0);
  padding: 12px 16px;
  display: block;
z-index: 2;
text-align: center;
text-decoration: none;
}
.dropdown a:hover {
 background-color: rgba(100,100,100,0.5);
z-index:2;
color: lime;
text-align: center;
text-decoration: underline;
}
.show {
display: block;
z-index: 2;
}

.header {
  overflow: visible;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  top: 0;
  right 0;
  width: 100%;
  color: white;
  text-align: center;
  max-height: 200px;  
  min-height: 150px;
  z-index: 0;
  border-bottom: 5px;
  border-color: white;
  
}
.header img{
max-width: 100%;
  height: auto;
}

.header a {
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 5px;
1}



.header a:hover {
  color: lime;
}
p{
  position: relative;
  color: white;
  background-color: rgba(0,0,0,0.5);
  color: white;
  text-align: center;   
  padding: 20px;
  border-radius: 25px;
  font-size: 24px;
  margin-top: 200px;  
  text-decoration: none;
  width: 90%;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 20px;
 }

table {
	border: 25px;
	margin-top: 150px;
	margin-bottom: 200px;
	background-color: rgba(0,0,0,0.5);
        color: Black;
	border-radius: 10px;
        width: 90%;
        padding 5px;
}
th {           
color: white;
font-size: 20px;
background-color: rgba(0,0,0,0.5);
border-radius: 5px;   
text-align: center;
padding: 10px;
border-radius: 8px;
}

td {
color: white;
font-size: 16px;
background-color: rgba(0,0,0,0.5);
text-align: center;
padding: 5px;
border-radius: 8px;
}
.rss {
padding-top: 10px;
color: white;
font-size: 16px;
background-color: rgba(0,0,0,0.7);
padding: 5px;
border-radius: 8px;
margin-top: 50px;
margin-bottom: 200px;
width: 90%;
}
.rss a{
color: lime;
}
.rss a:hover{
color: white;
}
