body {
    min-height:100vh;
}
.background-image {
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    z-index:-999;
    filter:blur(10px);
}
img {
    image-rendering:pixelated;
}
.section {
    margin-top:20px;
}
.bundles-container {
    background:#f1f1f1;
    border:10px solid transparent;
    border-radius:5px;
    -webkit-border-image: url(/img/border.png) 15 stretch;
    -o-border-image: url(/img/border.png) 15 stretch;
    border-image: url(/img/border.png) 15 stretch;
    margin-bottom:10px;
}
.bundles-container > h1 {
    margin:0;
    background:#153d87;
    color:#fff;
    text-transform:capitalize;
    width:calc(100% - 38px);
    padding:20px;
}
.bundle-container {
    display:block;
    margin:20px;
}
.bundle-container > img {
    float:left;
    padding-right:20px;
    width:128px;
}
.bundle-container > h2 {
    margin:10px;
    text-transform:capitalize;
}
.bundle-container > p {
    margin:10px;
    text-transform:capitalize;
}
.bundle-container > p > img {
    width:24px;
    position:relative;
    top:6px;
}
.bundle-container > p > span {
    font-weight:bold;
    color:#ebab22;
}