@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap");:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#fff;--foreground:#121212}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:EB Garamond,Bookman Old Style,Times New Roman,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}h1{font-size:350%}h2{font-size:250%}p{font-size:xx-large}input,textarea{padding:10px;border-radius:5px;background-color:#fff;color:#121212;width:100%;margin:2%;font-family:EB Garamond,Bookman Old Style,Times New Roman,serif;font-size:medium}.original-button{margin:15px;align-items:center;justify-content:center;line-height:1;text-decoration:none;color:#333;font-size:18px;border-radius:0;width:200px;height:40px;font-weight:700;border:2px solid #333;transition:.3s;box-shadow:5px 5px 0 0 #333;background-color:#ff90e8;font-family:EB Garamond}.navbar,.original-button{display:flex;cursor:pointer}.navbar{width:75%;flex-direction:column;margin:1%}.navbar a{float:left;color:#121212;padding:20px 30px;text-decoration:none;font-size:20px;font-family:EB Garamond,serif}.navbar a:focus,.navbar a:hover{background-color:#ff90e8}.navbar a:focus{outline:none}footer{display:flexbox;font-family:EB Garamond,serif;bottom:0;width:100%;text-align:center;background-color:#121212;color:#fff}.footer-text{font-size:medium}.containerForm{display:flex;flex-direction:row;justify-content:center}.form{width:100%;display:flex;flex-direction:column;margin:10px;font-family:EB Garamond,serif}.form :focus{background-color:#ff90e8;outline:none;border-color:#ff90e8}.submitMessage{display:flex;flex-direction:column}.illustrationsMessage{flex-direction:row}.highlightTextMessage{margin:20px;background-color:#ff90e8;font-family:EB Garamond,serif;padding:15px}.submit{background-color:#fff;border-color:#c4c4c4;width:150px;padding:10px;border-radius:10px;cursor:pointer;font-family:EB Garamond,serif}@media (max-width:680px){.containerForm{flex-direction:column-reverse;margin:5%}}.remark{background-color:#ff90e8}.remarkGreen{background-color:#bcff90}.item{flex:1 1 100%;min-width:200px;background:#f7eef6;padding:20px;box-sizing:border-box;text-align:center}