main {
    padding-top: 50px;
}

.background {
    background: url("../images/is-elektrisch-steppen-gezond.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 50%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

.packages {
    width: 80%;
    margin: 16px 0;
    border: 4px solid #0e4f1f;
    border-left: none;
    position: relative;
}

.packages:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-color: #2ddf5c;
}

.packages:active {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-color: #189138;
}

.packages a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 32px;
}

.package__badge {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    font-size: 16px;
    color: white;
    background: #ff1b68;
    padding: 8px;
}

.packages__subtitle {
    color: #797979;
}

.packages__info {
    padding: 16px;
    border: 1px solid #0e4f1f;
    font-size: 20px;
    color: #0e4f1f;
    background: white;
}

.clearfix {
    clear: both;
}

#plus {
    background: rgba(118, 213, 143, 0.85);
}

#free {
    background: rgba(213, 255, 220, 0.90);
    float: right;
    border-right: none;
    border-left: 4px solid #0e4f1f;
    text-align: right;
}

#free:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-color: #2ddf5c;
}

#free:active {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-color: #189138;
}

#premium {
    background: rgba(14, 79, 31, 0.85)
}

#premium .packages__title  {
    color: white;
}

#premium .packages__subtitle {
    color: #bbb;
}

.main-footer {
    top: 30px !important;
}