@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


:root {
    --primary: #FCE029;
    --black: #333333;
    --width-break: 600px;
}

body {
    margin: 0;
    font-family: 'Kalam', cursive;
    color: #333333;
}

element.style {
    font-size: 2rem;
    padding: 1rem;
}

* {
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 0;
}


div {
    display: block;
}
nav {
    background-color: var(--primary);
    text-align: center;
}

textarea {
    height: 100px;
    width: 60%;
    margin-top: 2rem;
    min-height: 20vh;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    cursor: text;
    overflow-wrap: break-word;
    background-color: field;
    column-count: initial !important;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;
    resize: auto;
    white-space: pre-wrap;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    appearance: auto;
    -webkit-rtl-ordering: logical;
}



button {
    background-color: var(--primary);
    border: none;
    border-radius: 10px;
    margin: 1rem 0rem 0rem 0rem;
    padding: 0.5rem 1.5rem;
    font-family: 'Kalam', cursive;
    font-size: 20px;
    appearance: auto;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
}


footer {
    display: block;
    font-size: 1.1em;
    position: fixed;
    bottom: 0%;
    width: 100%;
    padding: 1rem 0rem;
    background-color: var(--primary);
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
