h1 {
}
h2 {
line-height: 1.6;

}

h3 {
text-align: center;
font-size: 25px;
font-style:bold;

}


body{
background-color:gray;
text-align: center;
margin-left: 5%;
margin-right: 5%;
}
#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
 

}
#lotx {
  display: block;
  margin-left: auto;
  margin-right: auto;
   margin-top: -40px;
   margin-bottom: 50px;
  
  }

p {
  font-size: 20px;
  line-height:50%;
 
}

#p1 {
font-style: italic;
font-weight: bold;
color: white;
font-size: 30px;
}

@media only screen and (max-width: 1000px) {
body {
text-align: left;
}
h3 {
text-align: left;
}
p {
text-align: left;
line-height:120%;
}
}
