body {
    font-family: "Apple SD Gothic Neo", "Helvetica", Sans-serif;
    margin: auto 0px;
    font-size: 30px;
    color: #333;
    text-align: center;
    background-color: #333;
}
a {
    color: red;
    border: 0px;
    text-decoration: none;
}

button {
    font-family: inherit;
    border: 0px;
    padding: 0px;
    font-size: 40px;
}

/* TITLE STUFF */
div.app_page_title {
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 900px;
    height: 180px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
    background-color: #333;
}

div.title_top_border {
    position: relative;
    top: 0px;
    width: 100%;
    height: 30px;
    background-color: #333;
}

div.title_bottom_border {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: white;
}

img.top_left_corner {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50%;
    z-index: 1;
    pointer-events: none;
}

img.top_right_corner {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50%;
    z-index: 1;
    pointer-events: none;
}

img.download {
    width: 40%;
    position: absolute;
    right: 20%;
    top: 40px;
    z-index: 2;
    cursor: pointer;
}

img.shadow {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 100%;
    height: 20px;
}

div.back_button {
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: #aaa;
    z-index: 1;
    height: 120px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    font-size: 40px;
}

div.back_button_text {
    position: relative;
    top: 33%;
    color: #fff;
    pointer-events: none;
}

/* BELOW TITLE APP INFORMATION */
div.app_deets {
    position: relative;
    background-color: #eee;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    max-width: 895px;
}

div.spacer {
    height: 230px;
}

div.spacer_no_top_gap {
    height: 170px;
}

div.app_name_and_price_in_title {
    font-size: 70px;
    position: absolute;
    bottom: 20px;
    left: 190px;
    color: #fff;
}

div.app_name_and_price {
    padding: 1%;
    font-size: 50px;
}

div.app_description_section {
    width: 90%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    text-align: left;
}

img.app_screenshots_landscape {
    width: 100%;
}

div.reset_button_div {
    height: 120px;
    width: 120px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
