#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f2f7;
    background-image: url(./images/McdBack.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top
}

.content-card {
    border-radius: 5px;
    padding: 1rem;
    border: 0px solid transparent;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}