body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    text-align: center;
    background: url('https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0') no-repeat center center fixed;
    background-size: cover;
    
}

header {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 30px;
}

h1 {
    font-size: 2.8em;
    font-weight: bold;
    color: rgb(211, 83, 83);
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}
.container {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h1::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: rgb(163, 48, 48);
    position: absolute;
    bottom: -10px;
    left: 0;
}

p {
    margin: 10px 0;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 20px;
}

.image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.info {
    background-color: white;
    padding: 20px;
    font-size: 1.4em;
    font-weight: bold;
    color: #222;
}

.call-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.call-icon img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ff5722;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.call-icon a {
    font-size: 35px;
    color: white;
    background-color: #ff5722;
    padding: 20px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cta-button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 20px;
    color: white;
    background-color: #d9534f;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.cta-button:hover {
    background-color: #c9302c;
}

#header247 {
    font-size: 2.8em;
    font-weight: bold;
    color: rgb(211, 83, 83);
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
}