
body {
    font-family: "Lato",sans-serif;
    color: #6e6e6e;
    line-height: 1.8rem;
    font-size: 1rem;
    position: relative;
}  
    h1, h2, h3, h4, h5, h6 {
    font-family: "Lato",sans-serif;
    color: #404040;
    font-weight: 700 !important;
    }
    
    p {
    font-family: "Lato",sans-serif;
    color: #6e6e6e;
    line-height: 1.8rem;
    font-size: 1rem;
    position: relative;
}
input[type=text] {
  border: 2px;
  border-radius: 4px;
}

    
    