.posts-wrapper{display:flex;flex-direction:column;gap:15px;padding:5px;box-sizing:border-box;width:100%}.post-preview{padding:5px;height:150px}.post-preview h2{text-align:center}.post-fullview{padding:10px}.comments-wrapper{display:flex;flex-direction:column;gap:15px;padding:10px}.comments-wrapper h3{margin:0;color:#0000cd}.comment{padding:5px}.form-wrapper{padding:10px}.form-wrapper h3{color:#0000cd}.form-group{padding:5px}.form-control{box-sizing:border-box;display:block;width:100%;padding:5px;margin-bottom:15px;border:2px solid grey;border-radius:5px;font-size:.8rem}.form-control:hover,.form-control:focus{border:2px solid mediumblue;outline:none}.form-submit{height:30px;min-width:80px;border-color:gray;border-radius:5px;font-size:.9rem;font-weight:600;cursor:pointer;color:#0000cd}.form-submit:hover,.form-submit:focus{background-color:#0000cd;color:#fff;border-color:#0000cd;outline:none}.errors-list{color:#dc143c;font-weight:600}header{display:flex;justify-content:center;color:#fff;background-color:#0000cd;font-weight:600;border-bottom:3px solid grey;position:sticky;top:0}#navbar{width:100%;max-width:750px}#navbar ul{display:flex;align-items:center;justify-content:space-evenly;padding:0;list-style:none}#navbar a{color:#fff;border:2px solid mediumblue;border-radius:10px;padding:5px;text-decoration:none}#navbar a:hover,#navbar a:focus{border:2px solid aqua}#navbar a.active{color:#0000cd;border-color:#0000cd;background-color:#fff}main{display:flex;flex-direction:column;align-items:center;height:100%;background-color:#fff;margin:10px 0;padding:10px;box-sizing:border-box}.wrapper{display:flex;flex-direction:column;padding:5px;width:100%;max-width:750px;border-radius:5px;box-shadow:10px 10px 15px 3px gray}.wrapper h1{text-align:center;color:#0000cd}.home-photo{max-width:100%;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#error-page{display:flex;flex-direction:column;padding:15px;margin:auto}footer{position:fixed;bottom:0;width:100%;display:flex;align-items:center;justify-content:center;gap:10px;border-top:3px solid grey;background-color:#0000cd;font-weight:600;color:#fff}.logo{height:25px}.git-link:hover,.git-link:focus{animation:pulse ease-in-out 2.75s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}html,body{height:100%;margin:0;font-size:18px;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}#root{display:grid;grid-template-rows:max-content auto 50px;min-height:100%}a{text-decoration:none;color:#0000cd;transition:all ease-in-out .1s}a:hover,a:focus{outline:none;text-decoration:underline}
