
body{
  margin: 0px;
}
p{
  color: aliceblue;
}
b{
  font-size: 15px;
  color: aliceblue;
}
h1{
  font-size: 40px;
  color: aliceblue;
}
html{
  background-image: url(https://images.unsplash.com/photo-1514565131-fce0801e5785?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=956&q=80);
  background-repeat: no-repeat;
  background-size: 100% 30%;
 
  
}
img{
  min-width: 576px;
  width: 70vw;
  max-width: 992px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

div{
  margin-bottom: 20px;
  margin-top: 20px;
}

article {
  min-width: 576px; 
  width: 70vw;
  max-width: 992px;
  text-align: justify;
  text-justify: none;
  font-family: monospace;
  margin-left: auto;
  margin-right: auto;
}

