﻿/* store.css */

div.section {
    background-color: rgb(10 10 12 / 0.80);
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
}

h1 {
    margin: 20px 0 30px 0;
    text-align: center;
}

a.storeButtonLink {
    vertical-align: middle;
    display: inline-flex;
    padding: 14px;
    border-radius: 10px;
    align-items: center;
    background-color: #ffffff06;
    text-decoration: none;
    color: inherit !important;
}

    a.storeButtonLink:hover {
        border-radius: 10px;
        background-color: #ffffff0c;
        color: #ffffff !important;
    }

    a.storeButtonLink img {
        margin-right: 10px;
    }