body {
    background: url("images/christmasDecoBG.jpg") repeat;
    /* The image used for background */
    background-size: 800px;
}

.flexJustifyCenter {
    display: flex;
    flex-direction: row;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
}

.container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.links-container {
    display: flex;
    flex-direction: column;
    jusify-content: center;
    align-items: center;
}

.links-container a {
    width: 80%;
}

.w3-theme-l1:hover {
    background-color: #f279a1 !important;
}

.margin-top-2 {
    margin-top: 32px;
}

.bottom {
    width: 100%;
    text-align: center;
    width: auto;
    font-weight: bolder;
}

.bottom span {
    color: #ed4d82;
}

.bottom svg {
    stroke: #ed4d82;
    fill: #ed4d82;
}

@media (min-width: 768px) {
    .link {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}