body {
    background-color: rgb(20, 44, 22);
}

img.logo {
    width: 75px;
}

nav span,
nav .navbar-brand {
    font-family: 'WC Mano Negra Bta', sans-serif;
    color: #ff9800;
}

.mockup {
    width: 284px;
    border: 4px solid white;
    border-radius: 20px;
}

.bg-stadio {
    background-image: url(https://us-ms.gr-cdn.com/getresponse-IGMDE/photos/aba96dc0-20ab-4bb9-a569-36360fe0463c.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-warning {
    background-color: #FF9800FF !important;
}

.text-warning {
    color: #FF9800FF !important;
}

.bg-success {
    color: #142C16FF !important;
}

.text-success {
    color: #142C16FF !important;
}

.bg-wiki {
    background-color: #142C16FF !important;
}

.text-wiki {
    color: #142C16FF !important;
}

.store-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.store-button img {
    width: 100px;
}

.web-app-button {
    border: 2px solid white;
    border-radius: 5px;
    background-color: transparent;
    color: white;
    font-weight: bold;
}

.wiki-button:hover {
    background-color: green;
    border: 2px solid white;
    border-radius: 5px;
}

.trial-button {
    border: 2px solid white;
    border-radius: 5px;
    background-color: white;
    color: #142C16FF;
    font-weight: bold;
}

.chi-siamo {
    background-color: #effcf2;
}

.bg-chi-siamo {
    background-color: #effcf2;
}