body {
    margin: 0;
}

.center-text {
    text-align: center;
}

.logo-circle {
    fill: #336;
}

.logo-card-body {
    fill: #fafafa;
}

.logo-card-diamond {
    fill: #f44;
}

.logo-dice-base {
    fill: #2a1;
}

.logo-dice-dot {
    fill: #fff;
}

.logo-card-ace {
    fill: #f44;
}

#content {
    height: 100%;
    width: 100%;
}

#header {
    background-color: #999;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#header_logo {
    flex: 1
}

#logo {
    height: 100px;
    width: 100px;
}

#header_title {
    color: #fff;
    font-size: 30px;
    flex: 2;
}

@media screen and (min-width: 500px) {
    #header_title {
        font-size: 40px;
    }
}