html {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    height: 100%;
    color: #fff;
    background: #000000;
}

#wrapper {
    position: relative;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

#logo {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#logo img {
    width: 120px;
    height: auto;
    max-width: 100%;
}

#contact {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    text-align: center;
}

a:link,
a:visited {
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    outline: none;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #dedede;
    outline: none;
}

a:focus {
    border: none;
    outline: none;
}


small {
    font-size: 12px;
}

#links {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;

}

#links a {
    display: inline-block;
    margin: 0 5px;
}
