main {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0px 20px 60px 20px;
}

h1 {
    font-size: 20px;
}
h1.center {
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 2px;
}

h1>span,
h1>button {
    display: inline-block;
    vertical-align: middle;
}

h1.outside {
    position: absolute;
    top: -80px;
    right: 0;
}

@media only screen and (max-width: 760px) {
    h1.center {
        font-size: 26px;
    }
}

@media only screen and (max-width: 700px) {
    h1.center {
        font-size: 5vw;
    }

    h1.outside {
        right: auto;
        top: -160px;
    }

    h1 svg {
        width: 5vw;
        height: 5vw;
    }
}

@media only screen and (max-width: 500px) {
    h1.center {
        font-size: 6vw;
    }

    h1 svg {
        width: 7vw;
        height: 7vw;
    }
}

h3 {
    border-bottom: 2px solid #9e5f009c;
    margin-top: 3rem;
}

.top_message {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.center_align {
    align-items: center;
    display: flex;
    flex-direction: column;
}

#chatch_copy {
    font-size: 2em;
    font-weight: 700;
    margin: 5px;
}

.app_item {
    background: #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 500px;
}

.app_info_top {
    display: flex;
}

.app_icon {
    width: 90px;
    height: 90px;
}

.app_content {
    display: flex;
    flex-direction: column;
}

.app_title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 2px 0 0 14px;
}

.app_description {
    color: #666;
    font-size: .9rem;
    margin: 3px 0 0 14px;
}

.app_info_bottom {
    display: flex;
    margin-top: 10px;
}

.play_store_banner {
    margin-left: -1px;
    margin-top: -6px;
    margin-right: 10px;
}