<style>
a {
text-decoration:none;
color:white;
}


img {
padding-top:100px;
height:50px;
}

body {
background-color:black;
}

@media screen and (max-width: 800px) {
img {
height:90%;
width:auto;
padding-top:50px;
}

p {
font-size:2vw;
font-family:"Impact";
  text-align: center;
  font-size:5vw;
  color:white;
}

p1 {
font-family:"Impact";
font-size:2vw;
text-align:center;
}}
</style>