html {
    height: 100%;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
    height: 100%;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.logo {
    background-color: #d91317;
    padding: 26pt;
    margin-bottom: 40px;
    max-width: 300pt;
}

.store-image {
    max-width: 220pt;
    margin: 15pt;
}

.first-text-container {
    max-width: 600pt;
    text-align: center;
    margin-bottom: 40pt;
    padding-left: 15pt;
    padding-right: 15pt;
}

.second-text-container {
    padding-left: 15pt;
    padding-right: 15pt;
    text-align: center;
}

.first-text {
    color: #000000;
    font-size: 16pt;
}

.second-text {
    color: darkGrey;
    font-size: 14pt;
}

.third-text-container {
    padding-left: 15pt;
    padding-right: 15pt;
    text-align: center;
    max-width: 400pt;
}

.third-text {
    font-size: 12pt;
}

.store-row {
    display: flex;
    justify-content: center;
    margin-bottom: 50pt;
}
