
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center;
}
nav {
    padding: 15px;
    background-color: #f8f8f8;
}
nav a {
    margin: 0 15px;
    color: #555;
    text-decoration: none;
    font-size: 18px;
}
.cover-container {
    position: relative;
}
.cover-image {
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 48px;
    text-shadow: 2px 2px 4px #000;
}
.gallery img {
    width: 90%;
    max-width: 500px;
    margin: 10px;
    border-radius: 8px;
}
.measurements {
    text-align: left;
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
}
footer {
    background-color: #f1f1f1;
    padding: 10px;
}
.social-icons img {
    width: 30px;
    height: 30px;
    margin: 5px;
}

.footer-elegant {
    margin-top: 50px;
    padding: 20px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer-elegant a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}
.footer-elegant a:hover {
    text-decoration: underline;
}

.social-icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    vertical-align: middle;
    transition: opacity 0.3s;
}
.social-icon:hover {
    opacity: 0.7;
}
