
.rez-nav-bar{
    border-bottom: 1px solid var(--bulma-hr-background-color)
}

.app-icon {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-bottom: 20px;
}


.store-links {
    display: flex;
    justify-content: space-around;
}

.store-links a {
    display: inline-block;
}

.store-links img {
    width: 150px;
    height: auto;
}

.footer-links{
    margin-top: 30px;
    display: block;
    background: #efefef;
    padding: 12px 10px;
    font-size: 12px;
}

.footer-links a{
    font-size: 12px;
    text-decoration: none;
    margin-left: 5px;
    color:#666;
}