@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);header[data-v-6dd7f7bc]{background-color:var(--yellow);padding:2vh 8vw;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logoImage[data-v-6dd7f7bc]{width:5em}@media screen and (min-width:1001px){header[data-v-6dd7f7bc]{padding:2vh 8vw;justify-content:space-between}}@media screen and (max-width:1000px){header[data-v-6dd7f7bc]{padding:3vh 8vw;flex-direction:column;justify-content:space-around}}.header-nav[data-v-6dd7f7bc]{height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.header-nav>[data-v-6dd7f7bc]{margin:.3em}.header-title[data-v-6dd7f7bc]{font-size:2.5ch}.header-anchor[data-v-6dd7f7bc],.header-title[data-v-6dd7f7bc]{color:#000}a[data-v-6dd7f7bc]{text-decoration:none}:root{--yellow:#f5e51c;--purple:#7109b6;--green:#76f420;--red:#cf360c;--lightGreen:#0ffa61;--darkGreen:#036325;--lightBlue:#4bc9f1;--darkBlue:#3a0ca3}body{margin:0}*{font-family:Poppins}.translateBox[data-v-50f7c4e8]{margin:0 auto;display:flex;align-items:center;flex-direction:column;justify-content:space-between}textarea[data-v-50f7c4e8]{border-radius:6px;border-style:solid;border-color:#ddd;width:60%;height:30vh;font-size:2ch}.translateButton[data-v-50f7c4e8]{margin-top:3vh;width:20%;font-size:2ch;border-style:solid;border-radius:5px;border-color:var(--lightGreen);background-color:var(--green);transition-duration:.4s}.translateButton[data-v-50f7c4e8]:hover{background-color:var(--darkGreen);border-color:var(--darkGreen);color:#fff}.resultBox[data-v-50f7c4e8]{width:60%}.translatedText[data-v-50f7c4e8]{text-align:justify;margin-top:3vh;background-color:#f7f7f7;width:100%;min-height:10vh;padding:.5em}.copyButton[data-v-50f7c4e8]{font-size:2ch;background-color:#efefef;border-color:#ddd;width:100%;border-style:solid;border-radius:5px;transition-duration:.4s}.copyButton[data-v-50f7c4e8]:hover{background-color:var(--lightBlue);border-color:var(--lightBlue)}@media screen and (max-width:1000px){textarea[data-v-50f7c4e8]{width:80%}.translateButton[data-v-50f7c4e8]{font-size:2.5ch;width:30%}}.translateBox[data-v-2c740136]{text-align:center;margin-top:5vh}.textContent[data-v-c7b3f50e]{text-align:justify;width:70%;margin:0 auto}p[data-v-c7b3f50e]{font-size:1.6ch}@media screen and (max-width:1000px){.textContent[data-v-c7b3f50e]{width:80%}}.contribute[data-v-046d757a]{margin:0 auto 20vh;width:50%;text-align:center}p[data-v-046d757a]{text-align:left}code[data-v-046d757a]{font-family:Courier New,Courier,monospace;background-color:#000;color:#fff;padding:3px;border-radius:3px}input[data-v-046d757a]{border-style:solid;border-color:#aaa;border-radius:5px}.wrongWords[data-v-046d757a]{margin:1em;display:flex;flex-direction:column;width:40%;margin:0 auto}.addWrongWord[data-v-046d757a]{width:10%;font-size:2ch;border-style:solid;border-radius:5px;border-color:#fafafa;background-color:var(--lightBlue)}.wrongWord[data-v-046d757a]{margin-bottom:1.5em}.correctWord[data-v-046d757a]{width:40%}.wordGender[data-v-046d757a]{margin-bottom:2em;border-style:solid;border-radius:5px;border-color:var(--lightBlue);background-color:#fafafa;font-size:1em}.saveWord[data-v-046d757a]{font-size:2.5ch;padding:.2em;border-style:solid;border-radius:6px;border-color:#fafafa;background-color:var(--lightBlue)}@media screen and (max-width:1000px){.contribute[data-v-046d757a]{text-align:left;width:80%}p[data-v-046d757a]{text-align:justify}.correctWord[data-v-046d757a],.wrongWords[data-v-046d757a]{width:100%}}section[data-v-dfdd1cf6]{margin:0 auto 20vh;width:80%;text-align:center}.generateDictionary[data-v-dfdd1cf6]{border-style:solid;border-radius:5px;font-size:2.5ch;background-color:var(--lightBlue)}.newWordList[data-v-dfdd1cf6]{margin-top:2em;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.newWord[data-v-dfdd1cf6]{border-style:solid;border-radius:10px;margin:.1em .1em 1.5em;padding:1em;width:25%}.newWordInfo[data-v-dfdd1cf6]{display:flex;flex-direction:column;justify-content:space-between}.deleteButton[data-v-dfdd1cf6]{margin-left:85%;background-color:var(--purple);color:#fff;border-radius:5px;font-size:2ch;width:15%;border-style:none;transition-duration:.3s}.deleteButton[data-v-dfdd1cf6]:hover{background-color:var(--red)}