#container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    margin: 5px auto;
    width: 100%;
    max-width: 600px;
    gap: 10px;
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
}

.sectone {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.greeting {
    padding: 0;
    margin: 0;
    font-family: "Happy Monkey", system-ui;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
}

select {
    margin-left: auto;
    border-radius: 5px;
    padding: 6px 12px;
    font-family: "Happy Monkey", system-ui;
    font-weight: 400;
    font-style: normal;
}

.header {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 100px auto 0;
    align-items: center;
}

#quote {
    margin: 0 auto;
    font-family: "Happy Monkey", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
}

#author {
    margin: 0 auto;
    font-style: italic;
    font-family: "Happy Monkey", system-ui;
    font-weight: 700;
    text-decoration: underline;
}

#new {
    align-self: center;
    border-radius: 5px;
    padding: 6px 12px;
    margin-top: 10px;
    font-family: "Happy Monkey", system-ui;
    font-weight: 400;
    font-style: normal;
}

#mode {
    margin-left: auto;
    height: 40px;
    border-radius: 50%;
    font-family: "Happy Monkey", system-ui;
    font-weight: 400;
    font-style: normal;
}

h1 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-left: 10px;
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal;
}

.signature {
    font-family: "Nosifer", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    margin-top: auto;
};