:root {
    & hr {
        background: #01026c !important;
    }
    /*.galactic-maverick-banner {*/
    /*    border: #f3eacb 3px solid !important;*/
    /*}*/
    /*.game-object, .game-object-image, .game-video, .youtube-preview, .gif-render {*/
    /*    border: #ffffff 3px solid !important;*/
    /*}*/
}
body {
    border-color: #01026b !important;
}
@media (max-width: 550px) { /* For small screen devices */
    .galactic-maverick-title {
        font-size: 1.7rem !important;
    }
    .galactic-maverick-banner {
        width: 100% !important;
    }
    .game-page-heading {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .game-videos, .gif-render-row {
        width: 100% !important;
    }
    .youtube-thumbnail {
        width: 100% !important;
        height: auto !important;
    }
    .galactic-maverick-description {
        width: 98% !important;
        padding-bottom: 0.5rem !important;
    }
    .square-video {
        width: 100% !important;
    }
}
img {
    border-radius: 10px;
}
.game-page-description {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    font-size: 1rem;
}
.galactic-maverick-description {

    font-size: 1rem;
    width: 65%;
}
.game-page-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.galactic-maverick-title {
    text-transform: uppercase;
    font-family: "Courier Prime Code", monospace;
    font-size: 3rem;
    margin: 0;
}
.game-page-banner {
    display: flex;
    justify-content: center;
}
.galactic-maverick-banner {
    border: 2px solid #ffffff;
    border-radius: .3rem;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.game-videos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game-objects-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.game-objects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*gap: 1rem;*/
    /*padding: 1rem;*/
}
.game-object {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: white 3px solid;*/
    border-radius: 10px;
}
.game-object-image {
    width: 100%;
    border-bottom: white 5px solid;
    border-radius: .5rem;
}
.youtube-thumbnail-gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
}
.youtube-preview-panel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.youtube-preview {
    border: white 2px solid;
    border-radius: .5rem;
}
.gif-render-gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.gif-render-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    width: 60%;
    /*padding: 1rem;*/
}
.gif-render {
    width: 15rem;
    border: white 2px solid;
    border-radius: .5rem;
}
.game-video {
    width: 320px;
    border: white 2px solid;
    border-radius: 3px;
}
.game-videos {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.square-video {
    width: 100%;
    border-radius: 7px;
    border: #ffffff 2px solid;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.square-video:hover {
    transform: scale(1.05);
}
.dev-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*gap: 1rem;*/
    /*border: white 5px solid;*/
    border-radius: .5rem;
    /*padding: 1rem;*/
}
.width-restricted {
    width: 70% !important;
}
.youtube-thumbnail {
    width: 480px;
    height: 240px;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.youtube-thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}