
body {
    line-height: 150%;
text-align: center; background-color: black;
}

a:link { color: gray; }
a:visited { color: gray; }
a:hover { color: white; }


p {
 color: gray;font-size: 20px;
    padding: 0 7.5%;
    text-align: center;
}

h1 {
 color: white;font-weight: normal;font-size: 10px;
text-align: center; background-color: black;
}

footer {
color: white;font-weight: normal;font-size: 10px;
text-align: center; background-color: black;  
}

h2 {
    color: black;font-weight: bold;font-size: 20px;
    text-align: center; background-color: gray;
    /* margin: 0 7.5%; */
}

img {
  max-width: 100%;
  height: auto;
}

a {
color:rgb(136, 159, 20);
font-size: 20px;
}

.btn1{
font-size: 20px;
}





@media (max-width: 600px) {

p { padding: 0 7.5%;
    text-align: center;

}

body {
    line-height: 150%;
text-align: center; background-color: black;
}

img {
  max-width: 100%;
  height: auto;
}

}