/* GitHub link styled as navbar link */
.product-link h2 {
    color: #7ecfff;
    text-decoration: none;
    transition: color 0.2s;
}
.product-link:hover h2 {
    color: #0078d4;
    text-decoration: none;
}
.product-link a {
    color: #7ecfff;
}
.product-link {
    text-decoration: none;
}
/* Center doyen logo and prevent stretching */
.centered-logo {
    display: block;
    margin-right: auto;
    max-width: 128px;
    max-height: 128px;
    width: auto;
    height: auto;
}
body {
    background-color: #10141f;
    min-width: 100vw;
    margin: 0;
    position: relative;
    min-height: 100vh;
}
.center-container {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-text {
    color: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}
.logo-row img {
    max-width: 256px;
    height: auto;
}
.logo-title {
    color: #fff;
    font-size: 2rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.nav-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1.2rem;
}
.nav-row a {
    color: #7ecfff;
    text-decoration: none;
    transition: color 0.2s;
}
.nav-row a:hover {
    color: #fff;
}
.info-frame {
    background: #181e2f;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.0);
    padding: 2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
    width: 90vw;
    max-width: 900px;
}
.map-container {
    flex: 1 1 350px;
    min-width: 300px;
}
.contact-container {
    flex: 1 1 250px;
    color: #e0e6f0;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1.1rem;
}
