.logo {
    position: absolute;
    top: 0px;
    left: 300px;
}

.paypalBox {
    position: absolute;
    top: 40px;
    left: 860px;
}

.price {
    position: relative;
    top: 4px;
    color: black;
    font-size: 1.2em;
    width: 160px;
    text-align: center;
}

.windowsAppleLogo {
    position: relative;
    left: 48px;
    top: 4px;
    align-content: center;
}

.cmYouTubeVid {
    position: absolute;
    top: 204px;
    left: 5px;
}

.cmInfo {
    position: absolute;
    top: 204px;
    left: 570px;
    color: white;
    background-color: rgb(64, 179, 229);
    width: 454px;
    height: 305px;
    font-size: 1.1em;
    padding-left: 10px;
    padding-top: 10px;
}

.cmGif {
    position: absolute;
    top: 526px;
    left: 5px;
}

.cmRequirements {
    position: absolute;
    top: 526px;
    left: 570px;
}

.footer {
    position: absolute;
    top: 678px;
    background: #344953;
    border-top: 1px solid #d4d4d4;
    width: 1004px;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 10px;
}