body {
    font-family: "Raleway", sans-serif;
    background-color:#f1ffdf;
    color: #2d3918;
    text-align: left;
    font-size:200%;
}

input, label {
    font-size:150%;
    width: 25%;
}

select {
    font-size: 150%;
}

input[type=button] {
    display: block;
    border: none;
    margin-left:auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
}

img {
    max-width: 100%;
}

.container {  
    background: rgba(256,256,256,0.5);
    max-width: 600px;
    margin: auto;
}

.footer {
    font-size: 65%;
}



