
body,
html {
    width: 100%;
    height: 100%;
    font-family: "Lato";
}

h1 {
    font-weight: 700;
    font-size: 5em;
}


.content {
    padding-top: 10%;
    text-align: center;
    /*text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
}

hr {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

p {
    font-family: "Lato";
    padding: 25px;
    margin: 25px auto;
    /*font-weight: 700;*/
    font-size: 1.25em;
    text-align: center;
}

img {
    width: 30%;
    float: left;
    margin: 1.66%;
}

hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: &quot;&quot;; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}