@charset "UTF-*";
body {
    background-color: rgb(247, 255, 255);
}

.game {
    width: 100%;
    text-align: center;
    margin: auto;
}

.beforeLoad {
    text-align: center;
    font-family: Bahnschrift;
}

.beforeLoad h1 {
    font-size: 35px;
}

.beforeLoad p {
    font-size: 25px;
}

.credit {
    border-left: 6px solid rgba(33, 150, 243, 0.7);
    background: rgba(211, 255, 255, 0.5);
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 25px;
    margin-left: 25px;
}

.credit h2 {
    color: darkblue;
}

.credit p {
    text-align: left;
    font-size: 16px;
    font-family: Georgia;
    text-indent: 30px;
}

.credit a {
    text-decoration: none;
}

.credit h3 {
    text-align: right;
}

#credits table {
    width: 100%;
    table-layout: fixed;
}

.about {
    background-color: rgb(230, 253, 255);
}

#about h1 {
    text-align: center;
    font-family: "Adobe Devanagari";
    font-size: 40px;
}

#about p {
    font-family: "Adobe Devanagari";
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
    text-indent: 30px;
}

#contact {
    padding-right: 20px;
    padding-left: 20px;
}

#contact h1 {
    text-align: left;
    font-family: "Arial Black";
    font-size: 40px;
}

#contact p {
    text-align: left;
    font-family: "Arial Black";
    font-size: 20px;
}

#post {
    border-left: 6px solid rgb(180, 33, 243);
    background: rgb(248, 224, 255);
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 25px;
    margin-left: 25px;
    font-family: Dubai;

}

#post h1 {
    font-size: 30px;
    line-height: 40px;
}

#post h2 {
    line-height: 0px;
    font-size: 20px;
    text-align: right;
}

#post p {
    font-size: 20px;
    line-height: 30px;
    text-indent: 30px;
}