@font-face {
    font-family: AvenirNext-Regular;
    src: url('/static/AvenirNextFont/AvenirNext-Regular.ttf');
}
@font-face {
    font-family: AvenirNext-Medium;
    src: url('/static/AvenirNextFont/AvenirNext-Medium.ttf');
}

div.page_container {
    max-width: 100%;
    height: 100%;
    position: relative;
    padding-top: 22%;
}
.download_section {
    justify-content: center;
    align-self: center;
}
.logo_div {
    width: 100%;
    display: flex;
    justify-content: center;
}
.download_message {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-family: AvenirNext-Regular;
    font-size: 14px;
    color: #2d2d2d;
}
.download_btn {
    height: 40px;
    border-radius: 20px;
    border: solid 2px #4e8dd7;
    background-color: #ffffff;
    padding: 5px 86px;
    font-family: AvenirNext-Medium;
    font-size: 16px;
    font-weight: 500;
    color: #4e8dd7;
    margin-top: 15px;
}
.download_btn:focus {
    outline: 0px;
}
.background_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}