.monthly {
    position: absolute;
    top: 300px;
    left: 150px;
    width: 400px;
    height: 500px;
    background: white;
    border: 1px solid transparent;
}

.annual {
    position: absolute;
    top: 300px;
    left: 600px;
    width: 400px;
    height: 500px;
    background: white;
    border: 1px solid transparent;
}

.lifetime {
    position: absolute;
    top: 300px;
    left: 1050px;
    width: 400px;
    height: 500px;
    background: white;
    border: 1px solid transparent;
}

footer {
    top: 741px;
    height: 60px;
    width: 100%;
    position: absolute;
    background: rgb(58, 2, 58);
    color: white;
    left: 0;
}

p#footer {
    margin-top: 15px;
    position: absolute;
    top: 9px;
    text-align: center;
    font-size: 1em;
    left: 43%;
}