body{background-color:#17202a}html{font-size:62.5%;font-family:urbanist}p,a,li,input{font-size:1.6rem;letter-spacing:.12rem;line-height:1.5;color:#fff}button{padding:.8rem 3.2rem;border-radius:.3rem;cursor:pointer;border:0;background-color:#18dc9b;box-shadow:#0000000d 0 0 8px;letter-spacing:1.5px;text-transform:uppercase;font-size:15px;transition:all .5s ease;margin-left:1.2rem}button:hover{background-color:#18dc9b;color:#fff;box-shadow:#09ac73 0 7px 19px}.main-section{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.section-form{margin:0 auto;margin-bottom:3.5rem;padding:1.6rem;background-color:#212f3d;border-radius:.6rem}.section-form form{gap:1.2rem;position:fixed;top:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;background-color:#212f3d;padding:1rem;z-index:1000}.section-form input{width:24rem;color:#212f3d;border:.1rem solid grey;outline:none;border-radius:.3rem;padding:.8rem 1.2rem}.section-post{width:90%}.section-post ol{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem}.section-post ol li{background-color:#212f3c;padding:1.6rem;border-radius:.3rem;list-style-position:inside;border-left:.2rem solid #fff}.section-post ol .btn-delete{background-color:#e74c3c}.section-post ol .btn-delete:hover{color:#fff;box-shadow:#a7360d 0 7px 19px}@media screen and (max-width: 980px){.section-form form{flex-direction:column;justify-content:center;align-items:center}.section-post ol{grid-template-columns:repeat(2,1fr)}}@media screen and(max-width:720px){.section-post ol{grid-template-columns:repeat(1,1fr)}}
