@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f5f5f5;
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 1rem;
    max-width: 1024px;
    margin: auto;
}

h1 {
    padding-block: 8px;
    font-size: 64px;
}

h2 {
    padding-block: 12px;
    font-size: 32px;
}

button {
    padding: 0.5rem 1rem;
    font-size: 16px;
}

.word {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding: 0.25rem 0rem;
    flex: 1;
    justify-content: space-between;
}

.word p {
    font-size: 24px;
}

.settings {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 18px;
}

.btn_generate {
    font-size: 24px;
}

.limits {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.max_syl, .max_wrd, .strategy_body, .include_body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.strategy_body, .include_body {
    margin-top: 4px;
    justify-content: start;
}