body {
    position: fixed;
    width: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    height: 100%;
}
.anim_box {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(img/web-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.pic {
    position: absolute;
    top: -5%;
    right: 50%;
    transform: scale(0.85);
}
.logo {
    position: absolute;
    top: 35%;
    left: 50%;
    display: flex;
    width: 100%;
    align-items: flex-end;
    flex-wrap: wrap;
}
.pic-M {
    display: none;
}
.name {
    display: flex;
    align-items: baseline;
    text-align: left;
    flex-wrap: wrap;
    width: 25%;
}
h1 {
    font-size: 72px;
    color: #2D2E62;
    font-weight: bold;
    text-shadow: 0px 3px 6px #00000033;
    padding: 0 9px 0 18px;
    margin-block-end: 0;
}
h2 {
    font-size: 40px;
    color: #2D2E62;
    font-weight: bold;
    text-shadow: 0px 3px 6px #00000033;
    margin-block-end: 0%;
}
p {
    font-size: 24px;
    color: #2D2E62;
    letter-spacing: 4.8px;
    margin-block-start: 0;
    margin-left: 4%;
}
a:hover {
    opacity: .5;
}
.button {
    display: flex;
    align-items: baseline;
    text-align: left;
    flex-wrap: wrap;
    width: 100%;
    margin: 4% 0;
}
.button .IOSBtns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #F2F2F2;
}
.button .IOSBtns .IOSDownload {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.button .IOSBtns .IOSDownload .icon {
    margin-right: 4px;
}
.button-M {
    display: none;
}
.button-M .IOSBtns {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #F2F2F2;
}
.button-M .IOSBtns .IOSDownload {
    /* margin-bottom: 16px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.button-M .IOSBtns .IOSDownload .icon {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}
.subBtns {
    margin-top: 10px;
    display: flex;
}
.subBtns .item {
    font-size: 16px;
    color: #141212;
    word-break: keep-all;
	display: flex;
	justify-content: center;
    font-weight: bold;
    width: 250px;
}
.subBtns .item:visited {
    color: #141212;
}
.subBtns .item:first-child {
    margin-left: 22px;
}
.subBtns .item:not(:last-child) {
    margin-right: 24px;
}
@media screen and (max-width: 1025px){
.content .anim_box {
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    min-width: 100%;
    background-attachment: initial;
}
.pic {
    display: none;
}
.pic-M {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 70vh;
}
.logo {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
.name {
    display: flex;
    align-items: baseline;
    text-align: left;
    flex-wrap: wrap;
    white-space:nowrap;
    width: 50%;
}
a:hover {
    opacity: .5;
}
.button {
    display: none;
}
.button-M {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* width: 100%; */
}
a {
    margin: 0 3%;
}
.subBtns {
    width: 75%;
    margin-top: 8px;
    margin-bottom: 18px;
    justify-content: space-between;
}
.subBtns .item:first-child {
    margin-left: 0px;
}
.subBtns .item:not(:last-child) {
    margin-right: 0px;
}
}
@media screen and (max-width: 541px){
    h1 {
        font-size: 42px;
        padding: 0 9px 0 11px;
    }
    h2 {
        font-size: 22px;
    }
    p {
        font-size: 14px;
        letter-spacing: 2.8px;
    }
    .logo .icon {
        width: 12vh;
    }
    .name {
        display: flex;
        align-items: baseline;
        text-align: center;
        width: min-content;
    }
    .logo {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    a{
        padding: 1% 0;
    }
}
@media screen and (max-width: 413px){
    .logo .icon {
        width: 10vh;
    }
    .logo {
        max-width: fit-content;
        width: 100vh;
    }
    .pic-M {
        width: 62vh;
    }
}
@media screen and (max-width: 376px){
    .logo .icon {
        width: 18vw;
    }
    .pic-M img{
        width: 62vh;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 15px;
    }
    p {
        font-size: 12px;
    }
    .button-M img{
        width: 65vw;
    }
    .subBtns {
        width: 75%;
        margin-top: 8px;
        margin-bottom: 18px;
        justify-content: space-between;
    }
}
@media screen and (max-width: 280px) {
    .subBtns {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 18px;
        justify-content: space-between;
    }
}