body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 330px;
}

body, .jumbotron {
    background-color: #FFDEAD;
    font-family: Calibri !important;
    color: rgb(1, 41, 84) !important;
}

img.logo {
    width: 200px;
    margin: 20px 20px;
}

.jumbotron {
    position: absolute;
    top: 50%;
    margin-top: -200px;
}

.center {
    text-align: center;
}