html {
    background-color: #FFB174;
    text-align: center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1 {
    text-align: center;
}

.row {
    height: auto;
    width: auto;
    align-items: center;
}

.element {
    margin: 30px;
    height: auto;
    width: auto;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
}

.element a {
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.element .store-icon {
    height: 80px;
    width: auto;
    display: block;
}

.app-element {
    height: auto;
    width: 160px;
    text-decoration: none;
    display: block;

}

.app-element:active {
    opacity: 0.3;
}

.app-element.app-icon {
    border-image-width: 160px;
    height: 160px;
    width: auto;
}

.app-element.app-title {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    color: black;
}

.app-storelink img {
    height: 40px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.app-container-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-element-fraction {
    height: 40px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.app-element-fraction a, .app-element-fraction * a {
    box-shadow: none;
}

address {
    font-weight: bold;
}

footer {
    position: fixed;
    margin-top: 120px;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}