
body {
    font-family: 'Quicksand', sans-serif;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 2.5rem;
}

header {
    color: white;
    padding: 40px 0;
}

header h1 {
    font-size: 4rem;
    margin: 0;
}

nav a {
    font-size: 3rem;
    margin: 0 20px;
    transition: color 0.5s ease;
}

nav a:hover {
    color: #004D40;
}

.container {
    padding: 40px;
}

.section h1 {
    font-size: 4rem;
    color: #009688;
}

.info-box {
    font-size: 2rem;
    margin-bottom: 40px;
    position: relative;
    background: linear-gradient(135deg, #009688, #00796B);
    padding: 20px;
    color: whitesmoke;
    border-radius: 10px;
}

.circle-headphones {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    background-color: #009688;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.arrow {
    font-size: 4rem;
    color: #009688;
}

.image-container {
    position: relative;
    display: inline-block;
}

.gradient-bg {
    background: linear-gradient(90deg, #0096A6, #34A853);
}

nav button {
    margin: 0 20px;
}

.btn-custom {
    background-color: #FFB300;
    border: none;
    padding: 20px 50px;
    font-size: 1.5rem;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-custom:hover {
    background-color: #FFA000;
    transform: scale(1.05);
}

.btn-custom:focus {
    outline: none;
}

hr{
    margin-bottom: 150px;
}

.y{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.z{
    margin-left: 75px;
    margin-right: 75px;
}

