body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.center {
    margin: auto;
    width: 50%;
    padding: 2em;
}

.border {
    border: 2px solid #93c22c;
    height: 6em;
}

#centeredbox {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.title {
    color: #93c22c;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-variant: normal;
    margin-top: 0.5em;
}

.logo {
    float: left;
    clear: left;
    padding-right: 2em;
}

.logo img {
    height: 6em;
}

a {
    text-decoration: none;
}