div
{
    float: left;
    width: 76%;
    margin-left: 12%;
    margin-top: 5vw;
    text-align: center;
}
div#txt
{
    margin-top: 1vw;
}
img
{
    width: 20%;
}
h1
{
    font-family: sans-serif;
    color: #333333;
    font-weight: 100;
}
p
{
    font-family: sans-serif;
    color: #333333;
    font-weight: 100;
}
a
{
    text-decoration: none;
    color: #349BBC;
    font-weight: 100;
}
a:hover
{
    text-decoration: none;
    color: #349BBC;
    font-weight: 100;
}
a:active
{
    text-decoration: none;
    color: #349BBC;
    font-weight: 100;
}
a:focus
{
    text-decoration: none;
    color: #349BBC;
    font-weight: 100;
}
a:visited
{
    text-decoration: none;
    color: #349BBC;
    font-weight: 100;
}
a:visited:hover
{
    text-decoration: none;
    color: #349BBC;
    font-weight: 100;
}