html {
    background-color: #01194A;
}

body {
    height: 100%;
    width: 100%;
}

img#cap_badge {
    height: 50vh !important;
    width: auto; 
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}