@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap);@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css);@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}*{box-sizing:border-box;font-family:Poppins,sans-serif;list-style:none;margin:0;padding:0;text-decoration:none}main{min-height:90vh;padding:10px}a{color:#000}.App{margin:auto;max-width:1200px}header{border-bottom:1px solid #f2ebe9;display:flex;height:70px;justify-content:space-between;padding:10px}.logo{align-items:center;display:flex}.logo img{border-radius:50%;max-width:40px}.logo span{font-size:20px;padding:5px}.nav{align-items:center;display:flex}.nav .link{padding:10px}.nav .link.active{background-color:#f2ebe9;border-radius:5px}.nav .auth{background-color:#1c59ae;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-left:10px;padding:10px}.nav .auth i{font-size:14px}@media screen and (max-width:480px){.logo span{display:none}}.card{border-radius:5px;box-shadow:0 1px 4px #f2ebe9;margin:20px 5px;padding:10px}.card .title{font-size:20px;font-weight:600;margin:20px 5px}.card .control,.card .description{font-size:16px;margin:20px 5px}.card .control{display:flex;justify-content:space-between}.card .author{background-color:#1c59ae13;border-radius:5px;font-size:14px;font-weight:500;padding:5px 10px}.card .delete{color:#ff4747;cursor:pointer}.create .heading{font-size:22px;margin-top:20px;text-align:center}.createPost{display:flex;flex-direction:column;margin:20px auto;max-width:700px}.createPost .description,.createPost .title{border:0;border-radius:5px;box-shadow:0 1px 4px #f2ebe9;font-size:20px;margin:10px 0;padding:10px}.createPost .description{height:300px}.createPost button{background-color:#5fd068;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;margin:10px 0;padding:15px 20px}.pageNotFound{margin:auto;max-width:500px;text-align:center}.pageNotFound p{font-size:24px;font-weight:500;margin:25px auto}.pageNotFound img{border-radius:5px;margin:15px auto;width:100%}.pageNotFound button{background-color:#1c59ae;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:20px;margin-left:10px;padding:10px 20px}footer{align-items:center;border-top:1px solid #f2ebe9;display:flex;height:70px;justify-content:center}
/*# sourceMappingURL=main.0cdd7c5a.css.map*/