﻿html {
    background-color: #FFFFFF;
}

.logo {
    width: 400px;
}

body {
    font-family: 'Roboto', Verdana;
    font-size: 20px;
    padding-top: 40px;
    margin: auto;
    text-align: center;
}

h1 {
    color: #98C011;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.dropzone {
    border: 2px dashed #bde82c !important;
    height: 60%;
    width: 80%;
    margin: auto;
}

.languageicon {
    width: 40px;
    height: 40px;
    margin-bottom:20px;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: 98C011;
}

.footer a {
    color: 98C011;
}
