body {
    background-color: DarkGray;
    ​​​​​​​background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: Ivory;
    font-family: calibri;
}
    

.headerTop {
    background-color: dimgray;
    display: block!important;
    width: 100%;
    font-family: arial,sans-serif;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
    text-decoration: none;
    text-align: center;
}

.headerBottom {
    background-color: grey;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    width: calc( 100% - 5px );
    display: block!important;
    padding-right: 5px;
    padding-top: 5px;
    font-family: arial,sans-serif!important;
    text-decoration: none;
}

.headerBottom a {
    text-decoration: none;
    font-family: calibri;
    text-align: center;
}

.info {
    background: dimgray;
    color: ivory;
    padding-left: 5px;
}

.text1 {
    color: ivory;
    font-weight: bold;
}

h1.username {
    display: inline-block;
    margin: 0px;
    background-color: gray;
    padding-right: 122px;
    padding-left: 5px;
    background-color: dimgray
}

.contactInfoTop {
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
    color: ivory;
    background-color: dimgray;
}

.url {
    background: gray;
    padding-left: 3px;
    border: 0;
    box-shadow: none;
}

.contactInfo {
    background: gray;
    border: 0;
    box-shadow: none;
}