body{
    font-family: fantasy, Geneva, Tahoma, sans-serif;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    color:#625531;
    font-size: 30px;
    margin: 5%;
    padding: 5%;
    text-align: center;
    font-family: fantasy, Geneva, Tahoma, sans-serif;
    
}

h2 {
    color: #625531;
    font-size: 20px;
    text-align: center;
    font-family: fantasy, Geneva, Tahoma, sans-serif;
    padding-bottom: 0%;
    margin-top: 3%;
}

h3 {
    color: antiquewhite;
    font-size: 15px;
    text-align: center;
    font-family: fantasy, Geneva, Tahoma, sans-serif;
    padding-bottom: 0.5%;
    margin-top:5px;
}

h5 {
    color:antiquewhite;
    font-size: 25px;
    text-align: center;
    font-family: fantasy, Geneva, Tahoma, sans-serif;
    margin-top: -5%;
    padding: 5%;
}

.address {
    background-color: antiquewhite;
    text-align: center;
    padding-right: 7%;
    padding: 10px;
}

.container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 2%;
}

.left {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-left: 20px;
    padding: 40px;
}

.right {
    background-color: #625531;
    padding: 30px;
    max-width: 600px;
    margin-left: auto;
}


.navigation a {
    text-decoration: none;
    background-color: bisque;
    width: 20%;
    margin: 10%;
    padding: 1%;
    text-align: center;
    font-size:20px;
    border: 2px solid #625531;
}

.navigation a:hover {
    background-color: #8d784f;
}

.title-container {
    display: flex;             
    align-items: center;        
    justify-content: center;   
    gap: 15px;                  
    margin: -175px;             
}

.title-container h1 {
    color: #625531;
    font-size: 30px;
    margin: 0;
    padding-bottom: 2%;
}

h1, h2 {
    margin: 0;
    padding: 0;
}

.floral {
     transform: scaleX(-1);
}