@font-face {
    font-family: "FredokaOne-Regular";
    font-weight: 200;
    src: url("FredokaOne-Regular.woff");
}

@font-face {
    font-family: "San Francisco";
    font-weight: 200;
    src: url("sanfrancisco.woff");
}  

html {
    width: 100%;
	height: 100%;
}

.body {
    margin: 0px;
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 480px;
}

@media (orientation: landscape) {
    html,
    .body {
        width: 100vw;
        height: 100vh;
    }
}

.background {
    top: 0px;
    bottom: 0px;
    background: -webkit-radial-gradient(#666666, #000000);
    background: -o-radial-gradient(#666666, #000000);
    background: radial-gradient(#666666, #000000);
    background-color: black;
    background-repeat: no-repeat;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
}

.main {
    text-align: center;
    width: 100%;
    height: 100%;
}

.border {
    position: absolute;
    border-radius: 57px;
    border: 3px solid #5ac8fa;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}

@media (orientation: landscape) {
    .border {
        width: calc(100vw - 6px);
        height: calc(100vh - 6px);
    }
}

.container {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (orientation: landscape) {
    .container {
        top: 22px;
    }
}

.a-title {
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    -o-text-decoration-color: transparent;
}

.title {
    position: relative;
    top: 25px;
    font-family: "FredokaOne-Regular";
    font-size: 100px;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: black;
}

@media (orientation: landscape) {
    .title {
        top: -7px;
        zoom: 0.75;
    }
}

.title-part {
    position: relative;
    display: inline-block;
    margin-left: -32px;
}

.title-f {
    color: #ff3b30;
    margin-left: 0px;
}

.title-f-dot {
    color: #ff9500;
    margin-left: -40px;
}

.title-u {
    color: #ffcc00;
}

.title-u-dot {
    color: #4cd964;
}

.title-n {
    color: #5ac8fa;
}

.title-n-dot {
    color: #007aff;
}

.slogan {
    font-family: "San Francisco";
    font-size: "17px";
    color: white;
}

.logo {
    border-radius: 40px;
}

.download_label {
    font-family: "San Francisco";
    font-size: 14px;
    color: white;
    padding-bottom: 10px;
}

.download {
    position: absolute;
    bottom: 45px;
    width: 300px;
    left: calc(50% - 150px);
}

@media (orientation: landscape) {
    .download {
        bottom: -40px;
    }
}
.download_apple {
    position: relative;
    display: block;
}
