body {
  background-color: black;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
.background {
  background-image: url("Logo.png");
  background-size: auto;

  border: solid 1px white;
  
}
.logo{
background-size: contain;
background-position: center;
    width:100%;
    height:100%;
    clear:both;
}

.logo img {
    margin-left: 25%;
    margin-right: 25%;
}