*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #eee;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
::-webkit-scrollbar {
    width: 0;
}
html,
body {
    width: 100%;
    height: 100%;
    font-size: 5vw;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
body {
    position: relative;
    background-color: #4461aa;
}
img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.phone {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}
.app {
    padding-top: 1.4em;
    padding-bottom: 2em;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto Mono", monospace;
    background-color: #4461aa;
    overflow-y: scroll;
}
.app .avatar {
    width: 13em;
    height: 13em;
}
.app .avatar img {
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.3);
}
.app h1 {
    margin: 1rem 0;
    font-family: "Oswald", cursive;
    font-size: 2.3em;
    text-align: center;
    letter-spacing: 0.1em;
}
.app h3 {
    margin: 0.75rem 0;
}
.app ul {
    margin-bottom: 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.app ul:last-child {
    margin-bottom: 0;
}
.app ul li {
    margin-bottom: 0.9em;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    background-color: #26282a;
    overflow: hidden;
    border-radius: 0.5em;
}
.app ul li:last-child {
    margin-bottom: 0;
}
.app ul li a {
    padding: 0.75em 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    text-decoration: none;
}
.app .author {
    margin-bottom: 0.84em;
    font-family: sans-serif;
    font-size: 0.7em;
}
@media screen and (min-width: 1025px) {
    body {
        background-color: #ffca28;
    }
    .phone {
        display: block;
        width: 6em;
        height: auto;
    }
    .app {
        width: 19.5em;
        height: 34.3em;
        -webkit-transform: scale(0.2) translate(-49em, -87.4em);
        transform: scale(0.2) translate(-49em, -87.4em);
    }
}
