body {
    font-family: Arial, sans-serif;
    margin: auto;
    padding: 0;
    max-width: 1200px;
    /* box-shadow: 1px 1px 10px #0000002d; */
}

h1 {
    margin: 0;
    font-size: 36px;
}

.header {
    background-color: #F8F8F8;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}


.logo_head {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.logo {
    width: 250px;
    height: 250px;
    border-radius: 15px;
}

.line_div {
    display: flex;
    margin-top: 20px;
}

.line_des {
    margin-left: 30px;
    height: 250px;
}

.line_box {
    display: flex;
    flex-direction: column;
}

.line_des_0 {
    font-size: 48px;
    font-weight: bold;
    margin-top: 10px;
}

.line_des_1 {
    margin-top: 10px;
}

.line_des_2 {
    margin-top: 10px;
}

.line_des_3 {

    margin-top: 10px;
    border-radius: 1px;
    width: 20px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.line_des_4 {
    margin-top: 10px;
}

#line_button {
    margin-top: 10px;
    height: 50px;
    width: 600px;
    background-color: #0e5394;
    border-radius: 5px;
    border: none;
}

.button_font {
    font-size: 24px;
    color: #F8F8F8;
}


.split_line {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 1px;
    width: 1200px;
    background-color: #dddddd;
}

.div_screenshots {
    padding: 0px;
}

.preview_img {
    width: 255px;
    margin: 20px;
}

.span_title {
    margin: 20px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.image_list_div {
    display: flex;
    background-color: #eeeeee80;
    margin-top: 20px;
    border-radius: 15px;
}

.gameprofile_list_div {
    background-color: #eeeeee80;
    display: grid;
    margin-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

.gp_txt {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
}

.app_privacy_list {
    display: flex;
}

.app_privacy_list_item {
    border-radius: 25px;
    background-color: #eeeeee80;
    margin-left: 20px;
    margin-top: 20px;
    width: 550px;
    height: 260px;
    display: grid;
    text-align: center;
    align-content: center;
}

svg {
    fill: #0070c9;
    margin: auto;
}

.l_svg {
    fill: #000000;
    margin: 3px;
    padding-left: 10px;
}

.ap_span_0 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.ap_span_1 {
    font-size: 9px;
    color: #888888;
    margin-top: 10px;
}

.ap_span_2 {
    font-size: 9px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.footer {
    height: 600px;
}

.footer_list_div {
    display: grid;
    margin: 20px;
    grid-template-columns: 400px 400px 400px;

    align-items: start;
}

.footer_list_div_item {
    font-size: 12px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer_item_title {
    margin: 8px;
    margin-top: 50px;
    color: #666;
    font-size: 14px;
}

.footer_item_content {
    margin: 8px;
}