body {
    background-color: #333333;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

nav {
    color: whitesmoke;
}

h2 {
    color: white;
    text-align: center;
    margin: 55px auto;
}

.sub-head {
    color: white;
    margin: 30px auto;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222222;
}

.special-text {
    font-weight: bold;
    color: #FFFFFF;
}

h5 {
    text-align: center;
}

p {
    color: #EEEEEE;
    font-size: 1rem;
}

section {
    padding-bottom: 3rem;
}

footer {
    color: white;
    text-align: center;
    margin-top: 50px;
}

.info-btn-div {
    display: flex;
    justify-content: center;
    position: relative;
    top: -250px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.title-img-h3 {
    color: white;
}

.title-img-text {
    font-size: 1.1rem;
}

.carousel-img-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.carousel-img {
    width: fit-content;
    height: 70vh;
    overflow: hidden;
}

.video-container {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

.carousel-style {
    margin: auto;
    height: 30rem;
    width: fit-content;
}

.service-title {
    margin: 5rem auto;
}

.service-section {
    padding-top: 30px;
}

.service-img {
    height: 25rem;
    object-fit: cover;
}

.service-content-holder {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.section-theme {
    margin: 18rem auto;
}

.image-in-section-2 {
    width: 47%;
    padding: 1rem 1rem;
    height: auto;
}

.image-in-section-1 {
    width: 90%;
}

.game-img {
    width: 30%;
    padding: 0;
}

.image-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-holder-2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.bg-color-1 {
    background-color: #333333;
}

.bg-color-2 {
    background-color: #444444;
}

.p-inline {
    padding-left: 1rem;
}

#nav-title {
    font: bold;
}

#service-cards {
    margin: 0 auto 3rem auto;
    padding: auto 2rem;
}

#student-works-title {
    margin: 3rem auto;
    text-align: center;
    color: white;
}

.card a {
    text-decoration: none;
    color: white;
}

.footer {
    background-color: #111111;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    height: 5rem;
    overflow: hidden;
    flex-direction: column;
    align-content: center;
}

.card-container {
    padding: auto 2rem !important;
}