body {
    background-color: #F4DED3;
    font-family: Arial, sans-serif;
    color: #333;
}

header {
    background-color: #C14639;
    padding: 10px;
    text-align: center;
    color: white;
}

header .links a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

header .links a.disabledLink {
    color: #F7D7C3;
    text-decoration: none;
}

section.content {
    display: flex;
    justify-content: space-around;
    margin: 20px;
}

section.content .box {
    background-color: #F7D7C3;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

section.prompt-box {
    background-color: #C14639;
    color: white;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: #C14639;
    padding: 10px;
    text-align: center;
    color: white;
}

footer .externalLinks a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}
