p{
    color:red!important;
}
h1{
    text-align:center;
}
a{
    color:red;
}
h2{
    color:black;
    font-size:15px;
}
.yes{
    color:Green;
}
.no{
    color:red;
}
#maybe{
    color:Blue;
}
figure{
    color:white;
}
figcaption{
    color:white;
}
p::before{
    font:italic;
opacity:.5;
    
}
p{ font-size:20px;}
img:filter}
    
    
.topnav {
  background-color: black;
  overflow: hidden;
}
.topnav{
    background-color:black;
}

.topnav a {
  float: left;
  color: White;
  text-align:center ;
  padding: 2px 10px;
  text-decoration: none;
  font-size: 17px;
}


.topnav a:hover {
  background-color:black ;
  color: white;
}


.topnav a.active {
  background-color: black;
  color: white;
}
input {
    display:none;
}
label{
    display:block;
    padding: 8px 22px;
    margin: 0 0 1px 0;
    cursor:pointer;
    background: #333;
    border-radius: 3px;
    color: #FFF;
    transition: ease .5s;
}

label:hover {
    background: black;
}
.content{ 
    background:#71797E;
    padding: 10px 25px;
    border: 1px solid #A7A7A7;
    margin: 0 0 1px 0;
    border-radius: 3px;
    color:black;
}
input + label + .content {
    display:none;
}
input:checked + label + .content {
    display: block;
}
table, th, td{
    border: 1px solid black;
}
tr::hover{background;red}
}