* { margin: 0; padding: 0; }

body { 
    font: 16px Helvetica, Sans-Serif; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    margin: 40px 50px; 
    
}

#visitor-counter {
    margin: 10px;
}

#contact-info {
    width: 100%;
    text-align: center;
}

h1 { 
    margin: 0 0 16px 0; 
    padding: 0 0 16px 0; 
    font-size: 42px; 
    font-weight: bold; 
    letter-spacing: -2px; 
    border-bottom: 1px solid #999;
    
}

h2 { 
    font-size: 18px; 
    margin: 0 0 6px 0;
    justify-content: space-between;
    display: flex;
}

h2 span { 
    font-style: italic; 
    font-family: Georgia, Serif; 
    font-size: 16px; color: #999; 
    text-align: right;

}

p {
     margin: 0 0 16px 0; 
    }

a { 
    color: #999; 
    text-decoration: none; 
    border-bottom: 1px dotted #999; 
}

a:hover { 
    border-bottom-style: solid; 
    color: black; 
}

ul { 
    margin: 0 0 32px 17px; 
}

#objective p { 
    font-family: Georgia, Serif; 
    font-style: italic; 
    color: #666; 
}

dt { 
    font-style: italic; 
    font-weight: bold; 
    font-size: 25px; 
    text-align: left; 
    margin: 0 0 10px 0; 
    padding: 0 0 16px 0; 
    width: 100%; 
    border-bottom: 1px solid #999;
}

dl {
    width: 100%;
}

dd { 
    width: 100%; 
}

dd.clear { 
    margin: 0; height: 15px; 
}
