body {
font-family: "Georgia", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #FBC437;
  color: #000;
  margin: 0;
  padding: 0;
}

img {
    max-width: 100%;
}

.kavoon {
    font-family: "Kavoon", serif;
    font-weight: 400;
    font-style: normal;
  }

a:link {
    text-decoration: none;
}
h1, h2 {
    font-size: 3em;
    font-family: "Kavoon", serif;
    font-weight: 400;
    font-style: normal;
    color: #D41523;
}

h3, h4 {
    font-size: 2em;
    color: #D41523;
}

p {
    font-size: 1em;
}

.flex-container {
    display: flex;
}
.space-between {
    justify-content: space-between;
}

.header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.header .logo-container {
    margin-top: 40px;
    margin-left: 5%;
}
.header .box-icone-dx {
    background: #FFD4A8;
    padding: 40px;
    min-width: 100px;
    border-bottom-left-radius: 40px;
    text-align: center;
}

.header .box-icone-dx i {
    font-size: 25px;
    display: block;
    margin: 40px auto;
}

.slider {
    padding-bottom: 220px;
    background-image: url(img/osso.png);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 100px;
}

.slider img {
    width: 100%;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.contenitore-principale {
    max-width: 1100px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.griglia-2-colonne {
    flex-wrap: wrap;
    justify-content: space-between;
}
.griglia-2-colonne .box {
    background: #F9A173;
    border-radius: 40px;
    text-align: center;
    flex-basis: 47%;
    margin-bottom: 60px;
}
.griglia-2-colonne .box .padding {
    padding: 40px;
}

.con-sfondo-cane {
    background-image: url(img/cane.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}

.recensioni {
    margin-bottom: 100px;
}

footer {
    background: #B9885E;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}

footer h3 {
    color: #ffffff;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin-bottom: 20px
}
footer ul li a {
    color: #fff;
}
footer .flex-container {
    justify-content: space-between;
}