body {
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
    color: #eee;
    text-align: center;
    margin: 0px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
    max-width: 800px;
}

.select-boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* Style the select boxes */
select {
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: #1f1f1f;
    color: #fff;
    border: 1px solid #505050;
}

/* Style the paragraph elements */
p {
    margin-right: 20px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
}

/* Set colors for each paragraph element */
#Clothing {
    color: #6ea4e4;
}

#General {
    color: #e8786e;
}

#Weapon {
    color: #ffa366;
}

#Specialty {
    color: #70c770;
}

#Total {
    font-size: 32px;
}