#outercontainer {
    width: 100%;
}

#navbox {
    background-color: #ffffff;
    height: 50px;
}

#titlebox {
    background-image: url("silksongcover.png");
    background-size: 100%;
    height: 800px;
    background-repeat: no-repeat;
    border-radius: 15px;
}

nav {
    height: 50px;
    float: right;
    width: 800px;
    margin-top: 2%;
    margin-right: 3%;
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  
  nav li {
    margin: 0 10px;
  }
  
  nav a {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
    font-size: 18pt;
    font-family: 'GlacialIndifferenceBold';
    padding: 10px;
    transition: 0.5s;
  }
  
  nav a:hover {
    opacity: 1;
  }
  
  .content {
    padding: 20px;
  }


.subheadings {
    color: #435dec;
    font-size: 30pt;
    width: 950px;
    height: 40px;
    font-family: 'GlacialIndifferenceBold';
}

p {
    font-size: 18px;
    margin: 2%;
}

.gpage {
    padding: 2.5%;
}


    .ginfo {
        margin: auto;
        margin-top: 2%;
        width: 1000px;
        height: 600px;
        margin-bottom: 6%;
    }

        .gameoverviewbox {
            margin-bottom: 3%;
            margin-top: -3%;
            padding: 3%;
            border-radius: 15px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);

        }

        .gamefactsbox {
            margin-bottom: 3%;
            padding: 3%;
            border-radius: 15px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
        }
            .ginfotable {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
                gap: 10px;
                
            }
                .ginfobox {
                    background-color: #435dec;
                    color: #ffffff;
                    border-radius: 15px;
                    height: 60px;
                    width: 250px;
                    text-align: center;
                    font-family: 'GlacialIndifferenceRegular';
                    text-align: center;
                }

                .verticalparagraph{
                    position: relative;
                    top: 50%;
                    transform: translateY(-60%);
                }

        .gpagebottom{
            padding: 3%;
            border-radius: 15px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
            width: 920px;
            margin: auto;
        }

        .gphotosrow {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            margin: auto;
            gap: 20px;
        }

            .gphotos {
                width: 250px;
                height: 140px;
                border-radius: 15px;
            }

                #silksong1 {
                    background-image: url("silksong1.png");
                    background-size: 100%;
                }
                #silksong2 {
                    background-image: url("silksong2.png");
                    background-size: 100%;
                }
                #silksong3 {
                    background-image: url("silksong3.png");
                    background-size: 100%;
                }
                #silksong4 {
                    background-image: url("silksong4.png");
                    background-size: 100%;
                }
                #silksong5 {
                    background-image: url("silksong5.png");
                    background-size: 100%;
                }
                #silksong6 {
                    background-image: url("silksong6.png");
                    background-size: 100%;
                }