#settingsCode, #settingsCode[open] {
    font-family: cursive;
    color: white;
    background-color: hsla(0, 0%, 0%, 0.5);
    padding: 20px 50px;
    text-align: center;
    border-radius: 2px;
}

#settingsCode > button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 17px;
}

.container {
    padding: 10px;
    margin: 10px;
}

.container input {
    font-size: 20px;
    font-family: cursive;
    width: 150px;
    background: hsl(0, 0%, 30%);
    border: 2px solid whitesmoke;
    border-radius: 2px;
    color: white;
    padding: 5px 10px;
}

.container button {
    font-size: 20px;
    background-color: crimson;
    color: white;
    border: 2px solid whitesmoke;
    border-radius: 2px;
    padding: 7px 10px;
    margin: 10px;
    cursor: pointer;
}