.container {
    overflow: auto;
}

.container::-webkit-scrollbar {
    display: none;
}


a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}
p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    text-decoration: none;
}

header {
    background-color: #141533;
    padding-top: 2.8%;
    padding-bottom: 0.8%;
    padding-left: 0.8%;
    margin-left: -0.5%;
    margin-top: -2%;
    margin-right: -0.5%;
    width: 100%;
    border-bottom: 3px solid #90744c;
}
header #Home {
    margin-left: 0.5%;
    color: #cea241;
    text-decoration: none; 
}
header #Mod {
    margin-left: 1.5%;
    color: #ffffff;
    text-decoration: none;
}
header #Story {
    margin-left: 1.5%;
    color: #ffffff;
    text-decoration: none;
}
header #About {
    position: absolute;
    right: 0;
    margin-right: 1.5%;
    align-self: flex-end;
    color: #ffffff;
    text-decoration: none;
    text-align: right;
}

#bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    object-fit: cover;
    z-index: -1;
}

#popupBack {
	display: none;
	position: absolute;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 140%;
	background-color: #33333377;
	z-index: 8;
}

#popupBase {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 300px;
    margin-top: -150px;
    width: 400px;
    margin-left: -200px;
    background-color: #141533A0;
    border-radius: 10px;
    border: 2px solid #cea241;
    text-align: center;
    z-index: 10;
}

#popupText {
    display: block;
    margin-top: 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

#popupButton {
    position: absolute;
    right: 50px;
    bottom: 10px;
    width: 300px;
    height: 60px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 25px;
    color: #cea241;
    background-color: #141533;
    border-radius: 10px;
    border: 2px solid #cea241;
}

#logo_image {
    display: block;
    margin-top: 4%;
    margin-bottom: 1%;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
}

#fileInput {
    display: none;
}

#infoText {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    color: #cea241;
    text-align: center;
    font-size: 25px;
}

#dropText {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 65px;
    background-color: #141533;
    border-radius: 10px;
    border: 2px solid #cea241;
    color: #cea241;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 65px;
}

#textLimit {
    display: block;
    margin-top: 20px;
    margin-bottom: 13%;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 30px;
    color: #bbbbbb;
    font-size: 14px;
    text-align: center;
}

#selfPromote {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    color: #cea241;
}

#selfPromoteText1 {
    font-weight: 600;
    color: #cea241;
}

#socialMedia {
    position: absolute;
    bottom: -35%;
    width: 400px;
    left: 50%;
    margin-left: -198px;
    color: #cea241;
    text-align: center; 
}

#socialMedia a {
    color: #cea241;
    text-decoration: none;
    font-weight: 200;
}

#socialMediaText {
    margin-top: 1%;
    font-weight: 600;
    color: #cea241;
}
