html, body{
    margin: 0px;
    padding: 0px;
}

div{
    float: left;
}
div.row {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
div.logo, div.top{
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    height: 200px;

}
div.top{
    width: 40%;
}

div.logo{
    width: 200px;
}
img {
    width: 100%;
    max-height: 100%;
}

div.low, div.center {
    margin: 0px;
    padding: 30px;
    min-height: 200px;
}
div.low{
    width: 28%;
}
div.center{
    width: 45%;
    border-bottom: 2px solid darkblue;
}

div.footer{
    text-align: center;
    padding: 30px;
}

#fntz{
    margin-top: 0px;
}