/* Logo */
.logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

/* Navigation bar */
nav {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

/* Main Content */
#content {
    margin-top: 100px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

/* Style for the game description section */
.game-description {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.game-description h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.game-description p {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.game-description a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.game-description a:hover {
    text-decoration: underline;
}

/* Footer */
footer {
    text-align: center;
    padding: 20px;
    width: 100%;
    background-color: #333;
    color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
}

/* Game Description 3 */
#game-description3 {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.descriptions-container {
    max-width: 800px;
    min-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}




/* Sidebar */
.sidebar {

    
    background-color: #f4f4f4;
    padding: 30px;
    border-radius: 10px
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.list li {
    margin-bottom: 10px;
}

.list li a {
    text-decoration: none;
    color: #333;
}

.list li a:hover {
    color: #007bff;
}

/* Footer */

footer {
    text-align: center;
    padding: 20px;
    width: 100%;
    background-color: #333;
    color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    
    
}


/* Game Description 2 */
#game-description2 {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 50px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#game-description2 a {
    text-decoration: none;
    color: inherit;
}

#game-description3 {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}










/* Scripts */
.scripts {
    font-weight: bold;
}

/* Result */
.result {
    margin-top: 20px;
}

.result h2 {
    margin: 0;
    font-size: 18px;
}

.result span {
    font-weight: bold;
    color: #ffffff;
}

/* Offensive */
.Offensive {
    font-weight: bold;
    font-size: 23px;
}

/* Script */
.script {
    font-weight: bold;
    font-size: 13px;
}

/* FEEDBACK*/


.feedback-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.feedback-form h1 {
    text-align: center;
}
.input-group {
    margin-bottom: 10px;
}
.input-group label {
    display: block;
    margin-bottom: 5px;
}
.input-group input, .input-group textarea {
    width: 100%;
    padding: 5px;
}
.input-group input[type="submit"] {
    padding: 8px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.result {
    margin-top: 20px;
}

.result h2 {
    margin: 0;
    font-size: 18px;
}

.result span {
    font-weight: bold;
    color: #ffffff;
}

.Offensive {
    font-weight: bold;
    font-size: 23px;
}

.script {
    font-weight: bold;
    font-size: 13px;

}






/* FEEDBACK*/


.feedback-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.feedback-form h1 {
    text-align: center;
}
.input-group {
    margin-bottom: 10px;
}
.input-group label {
    display: block;
    margin-bottom: 5px;
}
.input-group input, .input-group textarea {
    width: 100%;
    padding: 5px;
}
.input-group input[type="submit"] {
    padding: 8px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.calculator {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #946036;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}









dl#faq {
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 10px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
 }
 
 dl#faq dt {
    background: url("minus.png") left center/25px no-repeat ;   
    font-size: 1.4em;
    display: block;
    margin: 10px 0 10px;
    text-indent: 60px;
    color: rgba(91,155,213,1.00); 
    cursor: pointer;
    user-select: none;
 }
 
 dl#faq dt.hiddenAnswer {
    background: url("plus.png") left center/25px no-repeat ;
 }
 
 
 dt + dd {
    display: none;
 }
 
 dl#faq dd p {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0 0 15px 65px;
    font-family: "Gill Sans", Helvetica, Arial, sans-serif;
    text-align: justify;
 }