.navbar{width:100%;position:fixed;display:flex;justify-content:space-between;align-items:center;padding:40px 0 32px;background:#20b0ff;z-index:1}.navbar__logo{width:47px;padding:0 10px;margin-left:80px;color:#000;font-size:30px;font-weight:700;text-decoration:none;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;cursor:pointer}.navbar__logo,.navbar__search{box-sizing:border-box;border:3px solid #000}.navbar__search{height:47px;width:282px;margin-right:80px}.search__input{box-sizing:border-box;height:41px;width:calc(100% - 44px);border:none;padding:9px 12px;outline:none;font-size:15px}.search__input::-webkit-input-placeholder{color:grey;-webkit-transition:opacity 125ms ease-in-out;transition:opacity 125ms ease-in-out}.search__input::-moz-placeholder{color:grey;-moz-transition:opacity 125ms ease-in-out;transition:opacity 125ms ease-in-out}.search__input:-ms-input-placeholder{color:grey;-ms-transition:opacity 125ms ease-in-out;transition:opacity 125ms ease-in-out}.search__input::-ms-input-placeholder{color:grey;-ms-transition:opacity 125ms ease-in-out;transition:opacity 125ms ease-in-out}.search__input::placeholder{color:grey;-webkit-transition:opacity 125ms ease-in-out;transition:opacity 125ms ease-in-out}.search__input:focus::-webkit-input-placeholder{opacity:0}.search__input:focus::-moz-placeholder{opacity:0}.search__input:focus:-ms-input-placeholder{opacity:0}.search__input:focus::-ms-input-placeholder{opacity:0}.search__input:focus::placeholder{opacity:0}.search__clear{box-sizing:border-box;height:41px;width:44px;border:none;border-left:3px solid #000;padding:9px 12px;outline:none;background:#fff;color:grey;font-size:15px;cursor:pointer}*{margin:0}#root,.app,body,html{height:100%;width:100%;scroll-behavior:smooth}html{background:#20b0ff}.app{position:relative;font-family:Noto Sans;color:#000}.spacer{height:127px;width:100%}.post{border-radius:4px;padding:80px;margin:0 80px 40px;box-shadow:0 0 8px rgba(0,0,0,.5);background:#fff}.post__title{font-size:24px;font-weight:700}.post__image{width:100%;height:200px;object-fit:cover}.post__text{font-size:15px;font-weight:400;line-height:1.75}.highlighted{background:#ff0}@media only screen and (min-width:1025px){.navbar__logo:hover{opacity:.75}}@media only screen and (min-height:481px) and (min-width:768px) and (max-width:1024px){.navbar__logo{margin-left:60px}.navbar__search{width:235px;margin-right:60px}.spacer{height:125px}.post{padding:60px;margin:0 60px 40px;box-shadow:0 0 6px rgba(0,0,0,.5)}}@media only screen and (max-height:480px) and (max-width:864px),only screen and (min-height:481px) and (max-width:767px){.navbar__logo{margin-left:40px}.navbar__search{width:188px;margin-right:40px}.navbar__search,.post__text{font-size:14px}.spacer{height:123px}.post{padding:40px;margin:0 40px 40px;box-shadow:0 0 4px rgba(0,0,0,.5)}.post__title{font-size:22px}}
/*# sourceMappingURL=main.48b42071.chunk.css.map */