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: 2%;
}

.content {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 5%;
    margin-top: 1%;
}
.photo img {
    display: block;
    padding: 5%;
    padding-bottom: 25%;
}

.text {
    background-color: #625531;
    color: white;
    padding: 3%;
    border-radius: 10px;
    width: 450px;           
    text-align: center;
}

.text h2,
.text h3 {
    color: white;
    margin-top: 2%;
}

h4 {
    color: #625531;
    font-weight: bolder;
    font-size: 28px;
    padding-bottom: 0;
    text-align: center;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 7%;
    margin-bottom: 20px;
    background-color: #625531;
    font-family: fantasy;
}

.buttons a {
    text-decoration: none;
    background-color: bisque;
    width: 100px;
    margin: 1%;
    padding: 1%;
    text-align: center;
    font-size:20px;
}

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

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

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

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

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