.download_app_container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.download_app_container > a {
    width: 30%;
}

a, a:hover {
    color: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}
a {
    background: 0 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.download_app_container > a > img {
    width: 100%;
    height: auto;
}

h1 {
	margin-left: 50px;
}

html {
    font-family: sans-serif;
    font-size: 43.875px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.05rem;
}