body {
    text-align: center;
    background-color: #0D0E10;
}

/* heading styles */
h1 {
    color: #DDB892;
    font-family: "false", sans-serif;
    font-size: 50px;
    padding-top: 0%;
    letter-spacing: 1.5px;
}

h3 {
    color: #7FB8A6;
    font-family: "Chillax", sans-serif;
}

/* button styles */

button {
    background-color: #DDB892;
    border: none;
    color: #E6E6E6;
    text-align: center;
    padding: 2px 0 0 0;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 20px 2px;
    cursor: pointer;
    border-radius: 12px;
    font-family: "Chillax", sans-serif;
}

/* prompt section */

#userPrompt {
    width: 300px;
    height: 20px;
    font-size: 16px;
    border-radius: 8px;
    padding: 5px;
    font-family: "Chillax", sans-serif;
}

#submitButton {
    width: 100px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
}

/* api input section */

#apiKey {
    width: 300px;
    height: 20px;
    font-size: 16px;
    border-radius: 8px;
    padding: 5px;
    font-family: "Chillax", sans-serif;
}

#saveApiKeyButton {
    width: 140px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
}

#responseContainer {
    color: #E6E6E6;
    font-family: "Chillax", sans-serif;;
    background-color: #DDB892;
    box-align: center;
    border-radius: 12px;
    display: inline-block;
    width: 50%;
    height: 50px;
}

.navBar {
    background-color: #1A1C1F;
    overflow: hidden;
}

#signupButton {
    margin-left: auto;
    background-color: #DDB892;
    border: none;
    color: #E6E6E6;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 8px 12px;
    cursor: pointer;
    border-radius: 12px;
    font-family: "Chillax", sans-serif;
    float: right;
    height: 45px;
    width: 100px;
}

#loginButton {
    margin-left: auto;
    background-color: #000;
    border: none;
    color: #DDB892;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 8px 4px;
    cursor: pointer;
    border-radius: 12px;
    font-family: "Chillax", sans-serif;
    float: right;
    height: 45px;
    width: 100px;
}

#apiKeyDisplay {
    color: white;
    font-family: "Chillax", sans-serif;
    width: 400px;
    background-color: #1A1C1F;
    padding: 10px;
    border-radius: 12px;
    float: center;
    margin-left: auto;
    margin-right: auto;
}

.settingsButton {
    width: 180px;
    height: 50px;
}