*, :after, :before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #eef5f5;
}

.modal-is-open {
    overflow: hidden;
}

.Navbar {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(225, 225, 225, 0.37);
    color: #2A70D9;
    padding: 0.5rem 1rem;
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(bg_blix_ua.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50px;
}

.modal__content {
    text-align: center;
    max-width: 400px;
    padding: 10px;
}

.modal__header {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
    font-weight: 500;
    color: #3A3A3A;
    white-space: pre-line;
}

.modal__content-row {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.download-app {
    padding: 5px 7px;
}

.download-app__img {
    width: 100%;
    max-width: 200px;
    min-width: 136px;
    min-height: 40px;
}
