body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}ul{list-style-type:none}button{background:#ff6b6b;border:none;border-radius:8px;color:#fffce8;cursor:pointer;font-size:16px;margin:8px;padding:8px 16px}.container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:90px}.container__title{color:#51443d;display:block;padding:12px 0;text-align:center;width:100%}main{align-items:center;background-color:#f6f6f6;display:flex;font-family:sans-serif;justify-content:center;min-height:100vh;padding:32px;width:100%}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.header{background-color:#fff;padding:8px 80px;position:fixed;width:100%}.header__navigation{justify-content:space-between}.header__logoname,.header__navigation{align-items:center;display:flex}.header__links{display:flex}.header__links>li{font-size:20px;padding:0 8px}.header__name a{color:#ff6b6b;font-size:32px;padding-left:8px;text-decoration:none}.header__button{font-size:16px;font-weight:600;height:40px}.header__logo{max-height:72px}@media(max-width:1024px){.header__link{font-size:14px}.header__name{display:none}.header__button{font-size:12px;font-weight:600}.header__logo{max-height:60px}}.card{align-items:center;background:#fffce8;box-shadow:0 2px 5px 2px #ddd0ca;display:flex;flex-direction:column;justify-content:space-around;margin:8px;min-width:230px;padding:8px;text-align:center}.card,.card__img{border-radius:16px}.card__title{color:#51443d}.card__description{color:#725e54}@media(max-width:1024px){.card{min-width:auto;position:relative;width:42%}.card>img{width:100%}}.menus{display:flex;flex-wrap:wrap}.login,.menus form{display:flex;flex-direction:column}.login{background-color:#fff;border:1px solid #ff6b6b;border-radius:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:12px 52px 20px;width:400px}.login__title{color:#51443d;font-size:28px;font-weight:700;padding:12px;text-align:center}.login__input{border:1px solid #ff6b6b;border-radius:8px;display:flex;flex-direction:column;height:2vw;margin-bottom:12px;outline:none;padding:4px 0;position:relative;width:100%}.login__input-field{border:1px solid #787878;border-radius:4px;color:#787878;font-size:16px;font-weight:700;padding:4px}.login__button{background-color:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:12px;font-weight:700;margin:0 auto;padding:8px 24px;transition:opacity .2s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.login__button:hover{opacity:.9}.login__button:focus{border:1px solid red;outline:none}@media screen and (max-width:1440px)and (min-width:769px){.login{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:400px}}@media screen and (max-width:768px)and (min-width:320px){main{height:100%;width:100%}.login{padding:8px}.login__title{font-size:4px}.login__button,.login__input-field,.login__input-label{font-size:12px;padding:4px}}.send{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;min-width:300px;padding:16px;position:relative}.send,.send__input{border:1px solid #ff6b6b;border-radius:8px}.send__input{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:24px;outline:none;padding:8px 16px;width:100%}.send__input-title{color:#51443d;font-size:28px;font-weight:700;padding:12px;text-align:center}.send__input-button{display:block;margin:0 auto 8px}.footer{background-color:#ff6b6b;color:#fff;display:flex;font-size:12px;justify-content:space-between;padding:8px 80px;width:100%}
/*# sourceMappingURL=main.8d330580.css.map*/