body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    min-height: 100%;
    overflow: auto;
    background-color: #274F4F;
}
div{
    box-sizing: border-box;
}
img{
    width: 100%;
}

main{
    color: #FFF;
    margin: 20px 10px 10px 10px;
    width: calc(100% - 20px);
}

#error-message{
    display: none;
    color: red;
}

.title{
    color: #BFBFBF;
    border-bottom: solid;
    border-radius: 4px;
    border-color: #969696;
    line-height: 15px;
}

.title a{
    text-decoration: none;
    color: inherit;
}

#aftiteling{
    position: fixed;
    bottom:0%;
    width: 100%;
    background-color: #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#aftiteling h6{
    color: #BFBFBF;
    margin: 0 0 0 5px;
}