/* Import the Overpass font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

/* ==========================================================================
   1. Site-Wide Global Styles
   ========================================================================== */
body {
    background-color: #1212123e;
    color: #ffffff;
    font-family: 'Overpass', sans-serif; 
    margin: 0;
    padding-top: 110px;
    padding-bottom: 50px;
}

.container {
    padding: 20px;
    width: 100%;
    max-width: 2033px;
    margin: 0 auto;
}

.main-box {
    background-color: #1212123e;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 10px;
    border: 1px solid #f09821;
}

.full-width-box {
    width: 100%;
    box-sizing: border-box;
}

.page-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 2.5em; 
}

.page-title-accent {
    color: #f09821;
}

.content-separator {
    border: none;
    height: 1px;
    background-color: #282828;
    margin: 30px 0;
}



/* ==========================================================================
   2. Navigation Bar & Footer
   ========================================================================== */
.navbar {
    background-color: #000000eb;
    border-bottom: 1px solid #ffa200e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 110px;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}

.nav-logo img {
    height: 60px;
    width: auto;
    display: block;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-menu li {
    margin-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #444;
}

.no-border {
    border-right: none !important;
}

.nav-menu li:last-child {
    border-right: none;
    padding-right: 0;
}

.nav-menu a {
    color: #B9B7B7;
    text-decoration: none;
    font-size: 1.3em;
    transition: color 0.2s ease-in-out; 
}

.nav-menu a:hover {
    color: #FFFFFF;
}

.nav-menu a.active {
    color: #f09821; 
    font-weight: bold;
}

.navbar-auth {
    margin-left: auto;
    padding-left: 30px;
}

#login-modal-btn {
    background-color: #f09821;
    color: #121212;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#login-modal-btn:hover {
    background-color: #ffae42;
}

.profile-dropdown {
    position: relative;
    display: inline-block;
}

.nav-auth-btn {
    background-color: transparent;
    color: #f09821;
    font-weight: bold;
    font-size: 1.1em;
    font-family: 'Overpass', sans-serif;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #1a1a1a;
    min-width: 160px;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
}

.dropdown-content a {
    color: #B9B7B7;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1em;
}

.dropdown-content a:hover {
    background-color: #2a2a2a;
    color: #ffffff;
}

.dropdown-content.show {
    display: block;
}

.ticker-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    z-index: 999;
}

.footer-links {
    text-align: center;
    padding: 40px 20px 20px 20px;
    margin-top: 20px;
}

.footer-links a {
    color: #B9B7B7;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-links span {
    color: #444;
}


/* ==========================================================================
   3. Homepage Styles (index.html)
   ========================================================================== */
.grid-container-homepage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    align-items: normal;
    width: 80%;
    margin: 0 auto;
}

#twitch-status-box {
    text-align: center;
    padding: 10px; 
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}

#twitch-status-box .status-text {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.twitch-button {
    padding: 20px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 1.5em;
    text-transform: uppercase;
}

.stream-live-text {
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
    background: repeating-linear-gradient(90deg, #14ffe9 0%, #ffc800 16.66666%, #ff00e0 33.33333%, #14ffe9 50.0%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: move-gradient 2s linear infinite;
}

.stream-offline-text {
    text-transform: uppercase;
    font-style: italic;
}

.live-button-special {
    background-color: #ff0033;
}

.rainbow-inner-text {
    display: block;
    background: repeating-linear-gradient(90deg, #14ffe9 0%, #ffc800 16.66666%, #ff00e0 33.33333%, #14ffe9 50.0%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: move-gradient 2s linear infinite;
}

.offline-button-special {
    background-color: #a970ff;
    color: #ffffff;
}

@keyframes move-gradient {
    to {
        background-position: -200%;
    }
}

.content-box {
    display: list;
    flex-direction: column;
    text-transform: uppercase;
}

.content-box h2 {
    text-align: center;
    width: 100%;
    flex-shrink: 0;
    margin-top: 0;
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-item {
    margin: 5px 0;
}

.content-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-radius: 11px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
    text-decoration: none;
    font-family: 'Overpass', sans-serif;
    cursor: pointer;
    background: #121212;
    color: #e69802;
    text-transform: uppercase;
}

.content-button:hover {
    transform: scale(1.03); 
}

.content-button.youtube { background-color: #ff0000; color: #ffffff; border: 1px solid #ffe1e15a;}
.content-button.youtube-gum { background-color: #fe0096; color: #ffffff; border: 1px solid #ffe1e15a;}
.content-button.youtube-games { background-color: #0db744; color: #ffffff; border: 1px solid #ffe1e15a;}
.content-button.youtube-pod { background-color: #036ceb; color: #ffffff; border: 1px solid #ffe1e15a;}
.content-button.youtube-clips { background-color: #fe5c5a; color: #ffffff; border: 1px solid #ffe1e15a;}
.content-button.youtube-patch { background-color: #e69802; color: #ffffff; border: 1px solid #ffe1e15a;}


.content-button.twitch { background-color: #9146FF; color: #ffffff; border: 1px solid #ffe1e15a;}
.content-button.kick { background-color: #53fc18; color: #000000; border: 1px solid #ffe1e15a;}
.content-button.twitter { background-color: #1DA1F2; color: #ffffff; border: 1px solid #ffe1e15a;}
.content-button.tiktok { background-color: #000000; color: #ffffff; border: 1px solid #ffe1e15a;}
.content-button.instagram { color: #ffffff; background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); border: 1px solid #ffe1e15a;}
.content-button.discord { color: #ffffff; background: #5b68fc; border: 1px solid #ffe1e15a;}

.updates-box .content-button {
    background: #121212;
    border: 1px solid #000000;
    color: #ffffff;
}
.updates-box .content-button:hover {
    background-color: #ffffff;
    color: #121212; 
}

.carousel-box {
    display: block;
}
.carousel-box h2 {
    text-align: center;
}
rssapp-carousel {
    display: block;
}

.recent-uploads-box {
    display: block;
    width: 76%;
    min-width: none;
    margin: 0 auto;
}

.recent-uploads-box h2 {
    text-align: center;
    text-transform: uppercase;
}

/* --- The Main Grid Container --- */
/* This rule applies to your <section class="about-me"> element. */
.about-me {
  display: grid;
  grid-template-areas:
    "title photo"
    "bio   photo";
  grid-template-columns: 2fr 1fr;
  gap: 0.2rem 2.5rem;
  width: 80%;
  margin: 0 auto;
}


/* --- Assigning Elements to Grid Areas --- */
/* These rules connect your HTML elements to the named areas in the grid. */

.about-me__title {
  grid-area: title;
}

.about-me__bio {
  grid-area: bio;
}

.about-me__photo {
  grid-area: photo;
  /*
    These sizing rules are essential for the image layout. They ensure
    the image fills its assigned grid area ('photo') completely without
    being distorted.
  */
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* ==========================================================================
   4. Page-Specific Styles
   ========================================================================== */

/* --- Stream & Chat Pages --- */
/* --- Stream & Chat Pages --- */
.stream-container {
    display: flex;
    height: calc(100vh - 110px); /* Full viewport height minus navbar */
}

.stream-video {
    flex: 1; /* Allows the video area to grow and fill available space */
    min-width: 350px;
    display: flex;
    flex-direction: column;
    padding: 0.5% 0 0 5%;
}

.stream-video iframe {
    flex-grow: 1; /* The iframe takes up all available vertical space in the container */
    min-height: 0; /* Prevents flexbox overflow issues */
    border: 1px solid #f09821;
    border-radius: 3px;
}

.stream-controls {
    display: flex;
    justify-content: flex-end; /* Aligns the button to the right */
    padding-top: 10px; /* Adds space between the video and the button */
}

#theater-mode-btn {
    padding: 8px 16px;
    font-size: 1em;
    width: auto; /* Let the button size itself */
}

.stream-chat {
    width: 550px;
    flex-shrink: 0; /* Prevents the chat from shrinking */
    padding: 0.5% 5% 2.2% 30px;
}

.stream-chat iframe {
    border: 1px solid #f09821;
    border-radius: 3px;
    width: 100%;
    height: 100%;
}

/* --- Theater Mode Styles --- */
.stream-container.theater-mode {
    background-color: #000;
}

.stream-container.theater-mode .stream-video {
    padding: 0;
}

.stream-container.theater-mode .stream-video iframe {
    border: none;
}

.stream-container.theater-mode .stream-chat {
    width: 380px; /* A narrower chat for theater mode */
    padding: 0;
}

.stream-container.theater-mode .stream-chat iframe {
    border: none;
}

.stream-container.theater-mode .stream-controls {
    padding: 10px; /* Give the button some space in theater mode */
    background-color: #000;
}

/* --- Chat Page Only --- */
.chat-page-container {
    position: fixed;
    top: 110px; /* Position below the 110px desktop navbar */
    left: 0;
    right: 0;
    bottom: 0;
}

.chat-page-container iframe {
    width: 100%;
    height: 100%;
    border: none; /* Remove default iframe border */
}

/* --- REWRITTEN: Stream Page Mobile Layout --- */
@media (max-width: 1024px) {
    .chat-page-container {
        top: 80px; /* Adjust position for the 80px mobile navbar */
    }

    .stream-container {
        flex-direction: column;
        height: calc(100vh - 80px);
    }
    .stream-video {
        width: 100%;
        position: absolute;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        flex-shrink: 0;
    }
    .stream-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .stream-chat {
        width: 100%;
        flex: 1;
        min-height: 0;
    }
    .content-button {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
        border-radius: 11px;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        transition: transform 0.2s ease-in-out;
        text-decoration: none;
        font-family: 'Overpass', sans-serif;
        cursor: pointer;
    }
}

/* --- Videos Page --- */
.video-page-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.video-page-grid .main-box {
    flex: 1;
    min-width: 390px;
}
.video-page-grid .main-box h2 {
    text-align: center;
    font-size: 1.875em;
}
.video-page-grid .main-box h3 {
    text-align: center;
}
.micotyn-gum { color: #fe0094; text-decoration: underline;}
.stream-highlights { color: #b500fe; }
.micotyn-main { color: #0096ff; text-decoration: underline; }
.culture-docs { color: #ff0000; }
.micotyn-games { color: #01ff8e; text-decoration: underline; }
.gaming-vids { color: #fef900; }
.micotyn-patch { color: #f09821; text-decoration: underline; }
.coding-tech { color: #00d1ff; }


/* --- TikToks Page --- */
#tiktok-feed {
    height: calc(100vh - 110px);
    width: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory; 
}
.tiktok-video-container {
    height: 100%; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    scroll-snap-align: start; 
    opacity: 1;
}
.tiktok-embed p {
    display: none;
}

/* --- Tweets Page --- */
.tweet-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}
.tweet-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tweet-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}
.tweet-author strong { display: block; font-size: 1.1em; }
.tweet-author span { color: #888; }
.tweet-content {
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.tweet-content a { color: #1d9bf0; text-decoration: none; }
.tweet-content a:hover { text-decoration: underline; }
.tweet-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 0.9em;
    color: #888;
}
.tweet-footer a { color: #1d9bf0; text-decoration: none; font-weight: bold; }
.tweet-footer a:hover { text-decoration: underline; }

/* --- Legal & Profile Pages --- */
.legal-content h2, .profile-section h3 {
    text-align: center;
    font-size: 2.2em;
    color: #f09821;
    margin-top: 0;
    margin-bottom: 30px;
}
.legal-content h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.legal-content p {
    line-height: 1.7;
    color: #ccc;
}
.profile-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-group { display: flex; flex-direction: column; }
.form-group label { margin-bottom: 8px; font-weight: bold; }
.form-group input,
.form-group textarea,
.form-group select {
    background-color: #333;
    border: 1px solid #555;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 1em;
    font-family: 'Overpass', sans-serif;
}
.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M8 11.043 1.657 4.699a1 1 0 1 1 1.414-1.414L8 8.215l4.929-4.93a1 1 0 1 1 1.414 1.414L8 11.043Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 35px;
}
.form-group textarea { min-height: 120px; resize: vertical; }
.char-count { font-size: 0.8em; color: #888; text-align: right; margin-top: 5px; }
.form-separator { border: none; height: 1px; background-color: #444; margin: 10px 0; }
.form-submit-btn {
    background-color: #f09821;
    color: #121212;
    border: none;
    padding: 15px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.logout-link { display: block; text-align: center; margin-top: 20px; color: #ff4d4d; }
.welcome-prompt { background-color: #2a2a2a; border: 1px solid #f09821; border-radius: 8px; padding: 15px; margin-bottom: 20px; text-align: center; }
#displayName-status { margin-top: 8px; font-weight: bold; }
.status-available { color: #01ff8e; }
.status-taken { color: #ff4d4d; }
.profile-card { max-width: 800px; margin: 0 auto; background-color: #12121280; }
#profile-header { text-align: center; padding-bottom: 10px; }
#profile-avatar { width: 120px; height: 120px; border-radius: 50%; border: 3px solid #f09821; margin-bottom: 15px; background-color: #333; }
#profile-display-name { margin: 0; font-size: 2.2em; }
.profile-meta { margin: 8px 15px; color: #aaa; font-size: 1em; display: inline-flex; align-items: center; justify-content: center; }
.profile-meta + .profile-meta { border-left: 1px solid #444; padding-left: 15px; }
.country-flag { width: 20px; height: auto; margin-left: 8px; border-radius: 2px; }
.profile-card .last-seen { color: #888; margin-top: 8px; }
.profile-section { padding-top: 15px; }
.profile-section h3 { margin-top: 0; color: #f09821; text-align: center; font-size: 1.5em; margin-bottom: 20px; }
#profile-bio { white-space: pre-wrap; line-height: 1.6; text-align: center; font-size: 1.1em; }
#profile-social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 15px; }
.social-button-small { display: block; padding: 8px 16px; border-radius: 8px; text-align: center; color: #ffffff; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: transform 0.2s ease-in-out; }
.social-button-small:hover { transform: scale(1.05); }
.social-button-small.youtube { background-color: #FF0000; }
.social-button-small.twitter { background-color: #1DA1F2; }
.social-button-small.twitch { background-color: #9146FF; }
.social-button-small.kick { background-color: #53fc18; color: #000; }
.social-button-small.tiktok { background-color: #000000; border: 1px solid #fff; }
.social-button-small.instagram { background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }


/* ==========================================================================
   5. Modal Styles (Sitewide)
   ========================================================================== */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.modal-backdrop.hidden {
    opacity: 0;
    pointer-events: none;
}
.modal-content {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    position: relative;
    border: 1px solid #333;
    transform: scale(1);
    transition: transform 0.3s ease;
}
.modal-backdrop.hidden .modal-content {
    transform: scale(0.9);
}
.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2em;
    color: #888;
    cursor: pointer;
    line-height: 1;
}
#modal-title {
    margin-top: 0;
    color: #f09821;
}
#modal-body {
    line-height: 1.6;
    white-space: pre-wrap;
}
.auth-modal-content {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.auth-modal-content h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}
.auth-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #555;
    background-color: #2a2a2a;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
.auth-button:hover {
    background-color: #3a3a3a;
}
.auth-button-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}


/* ==========================================================================
   6. Mobile Responsive Styles
   ========================================================================== */
/* Hide mobile-only elements on desktop */
.hamburger-menu, .nav-auth-mobile-item {
    display: none;
}

@media (max-width: 1024px) {
    /* Navbar adjustments */
    .navbar {
        height: 80px;
        padding: 0 15px;
    }
    body {
        padding-top: 80px;
    }
    .nav-logo img {
        height: 50px;
    }

    /* Hamburger menu activation */
    .nav-menu, .navbar-auth {
        display: none;
    }
    .nav-menu.active {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
        background-color: #1a1a1a;
        border-top: 1px solid #333;
    }
    .nav-menu li {
        width: 100%;
        margin-left: 0;
        padding: 0;
        border-right: none;
        text-align: center;
    }
    .nav-menu li a {
        padding: 20px 0;
        width: 100%;
        display: block;
        border-bottom: 1px solid #333;
        font-size: 1.2em;
    }
    .nav-menu li:last-child a {
        border-bottom: none;
    }
    .nav-auth-mobile-item {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #333;
    }
    .hamburger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 25px;
        cursor: pointer;
        margin-left: auto;
    }
    .hamburger-menu .bar {
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        border-radius: 2px;
    }
    
    .page-title {
        font-size: 1.5em; 
    }
    .ticker-bar, .carousel-box {
        display: none;
    }
    .content-button {
        font-size: 1.4em;
        padding: 18px;
    }

    /* --- REWRITTEN: Stream Page Mobile Layout --- */
    .stream-container {
        flex-direction: column; 
        height: calc(100vh - 80px); 
    }
    .stream-video {
        width: 100%;
        position: absolute;
        padding-top: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        flex-shrink: 0;
    }
    .stream-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .stream-chat {
        width: 100%;
        flex: 1; 
        min-height: 0; 
    }
    .content-button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-radius: 11px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
    text-decoration: none;
    font-family: 'Overpass', sans-serif;
    cursor: pointer;
    }

}

/* Styles from demo4.css */
.content--canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
}

/* Hide desktop-only elements on mobile 
@media (max-width: 768px) {
  .about-me__photo {
    display: none;
    width: 0px;
  }

  .about-me__bio {
    width: 100%;
  }
}
*/

@media (max-width: 768px) {
    .about-me {
        display: grid;
        grid-template-areas:
            "photo"
            "title"
            "bio";
        grid-template-columns: 1fr;
    }
    .about-me__photo {
        margin: 0 auto;
    }

    .about-me__title {
        text-align: center;
        padding-left: 0px;
    }
}