body {
    font-family: Arial, sans-serif;
    background-color: #f1f1f1;
    margin: 0;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #333;
}

.container {
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

p {
    color: #555;
    line-height: 1.5;
}

nav {
    background-color: #333;
    color: #fff;
    padding: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

li {
    margin: 0 10px;
}

a {
    color: #fff;
    text-decoration: none;
}

.mdi-36px {
    font-size: 39px;
    margin-right: 10px;
}

footer {
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer a {
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
}

.app-button {
    background-color: #fff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    margin: 10px;
    display: inline-flex;
    align-items: center;
}

.app-button:hover {
    background-color: #fff;
}

.app-icon {
    margin-right: 10px;
}

.row {
    flex-direction: row-reverse;
}

.button {
    border: none;
    color: rgb(42, 107, 96);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


@font-face {
    font-family: "fontfutura";
    src: url("https://fonts.googleapis.com/css?family=Open+Sans") format("ttf");
    font-weight: normal;
    font-style: normal;
}

a.btn-google {
    color: #fff
}

.btn {
    padding: 10px 16px;
    margin: 5px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-weight: 500;
    text-decoration: none;
    display: inline-block
}

.btn:active:focus,
.btn:focus {
    outline: 0
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
    outline: 0
}

.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-google {
    color: #fff;
    background-color: #111;
    border-color: #000;
    padding: 15px 16px 5px 40px;
    position: relative;
    font-family: fontfutura;
    font-weight: 600
}

.btn-google:focus {
    color: #fff;
    background-color: #555;
    border-color: #000
}

.btn-google:active,
.btn-google:hover {
    color: #fff;
    background-color: #555;
    border-color: #000;
}

.btn-google:before {
    content: "";
    background-image: url(https://4.bp.blogspot.com/-52U3eP2JDM4/WSkIT1vbUxI/AAAAAAAArQA/iF1BeARv2To-2FGQU7V6UbNPivuv_lccACLcB/s30/nexus2cee_ic_launcher_play_store_new-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -15px
}

.btn-google:after {
    content: "Scarica Ora!";
    position: absolute;
    top: 5px;
    left: 40px;
    font-size: 10px;
    font-weight: 400;
}

/* BTN APPLE */
.btn-apple {
    color: #fff;
    background-color: #111;
    border-color: #000;
    padding: 15px 16px 5px 40px;
    position: relative;
    font-family: fontfutura;
    font-weight: 600
}

.btn-apple:focus {
    color: #fff;
    background-color: #555;
    border-color: #000
}

.btn-apple:active,
.btn-apple:hover {
    color: #fff;
    background-color: #555;
    border-color: #000;
}

.btn-apple:before {
    content: "";
    background-image: url('./apple-icon_34201.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -15px
}

.btn-apple:after {
    content: "Scarica Ora!";
    position: absolute;
    top: 5px;
    left: 40px;
    font-size: 10px;
    font-weight: 400;
}

/* FINE BTN APPLE */
#language-selector {
    margin-top: 10px;
}

#language-selector label {
    color: #ccc;
    margin-right: 10px;
}

#language-selector select {
    padding: 5px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}