body {
    font-family: "Roboto", sans-serif;
    background-color: #000000;
    color: white;
    font-family: Arial, sans-serif;
}
.bold{
    color: #0A732F;
    font-weight: bold;
    -webkit-text-stroke: .1px black;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 30px;
}
h1, h2 {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 2px;
    color: #0A732F;
    font-size: 20px;
 
    -webkit-text-stroke: .1px black;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

p, li {
    line-height: 1.6;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
   font-size: 15px;
}



table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

 td {
    border: 1px solid 
 
}
div {
    width: 75%; 
    margin-left: auto; 
    margin-right: auto;
    background-color: #000000;
    color: white;
    padding: 10px;
}
img{
    display: block;
    margin-left: auto; 
    margin-right: auto;
    width: 35%;
    height: auto;
  filter: drop-shadow(1px 1px 3px #ffbd39);
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #333232;
    color: #0A732F;
    font-weight: bold;
    padding: 1em 0;
    width: 100%;
}
a {
    color: #0A732F;
}

a:hover {
    color: #26A639;
}
