

.p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 17px;
   
}
*{
    background: rgb(255, 255, 255);
  
    margin: 20px;
}

.h1{
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif ;
}
.Headers {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: large;
    display: flex;
    
    flex-direction: row;
    justify-content: space-between;
   
    border-bottom: 3px red solid;
}

.homenabout {

    font-size: small;
    justify-content: flex-start;
    flex-direction: column;
    
}
A {text-decoration: none;
color: gray;}

