body {
    font-family: "Verdana","proxima-nova","Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    color: #404040;
    min-height: 100%;
    overflow-x: hidden;
    background: #edf0f2;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h1 {
    margin-top: 0;
    font-weight: 700;
    font-family: "Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
}

h1 {
    font-size: 175%;
}

.content {
    max-width:800px;
    min-height: 600px;
    margin:auto;
    background-color:#fff;
    padding:20px;
    position:relative;
}

.content .header {
    width:100px;
    border-bottom:1px solid #eee;
    width:100%;
}

.content .footer {
    position: absolute;
    bottom:0px;
    border-top:1px solid #eee;
    width: 100%;
    padding: 10px 0px;
}

.language-link {
    width: 200px;
    height: 38px;
    background: #2980B9;
    color: #fff;
    padding: 10px 10px 10px 40px;
    display: inline-block;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    position: relative;
    background-image: url(icons8-language-50.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

.language-link .text {
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    text-align: center;
}
