body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(-45deg,rgba(122,214,232,.2823529411764706),rgba(122,214,232,.2196078431372549),rgba(178,220,247,.32941176470588235),rgba(178,220,247,.39215686274509803));background-size:400% 400%;-webkit-animation:gradient 15s ease infinite;animation:gradient 15s ease infinite;height:100vh}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.App{min-height:100vh;height:100%;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:24px 12px;flex-direction:column;box-sizing:border-box}.CommentForm{background:#fff;padding:16px;border-radius:4px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.CommentForm,.CommentForm__Textarea{max-width:100%;box-sizing:border-box}.CommentForm__Textarea{font-size:16px;height:100px;width:400px;max-height:100px;font-family:inherit;background:#f1f1f1;border:2px solid #f1f1f1;padding:12px;border-radius:5px;transition:border-color .3s ease 0s;display:block}.CommentForm__Textarea:focus{border-color:#3471ea}.CommentForm__Submit{background-color:#1a8cd8;color:#fff;height:36px;line-height:36px;min-width:100px;width:300px;margin-left:10%;font-size:14px;border:none;cursor:pointer;border-radius:5px;transition:background-color .3s ease 0s}.CommentForm__Submit:hover{background-color:#245bc1}p{color:#2c2c2c}ul{padding:0}.instructions{display:block;position:absolute;width:400px;float:left;left:20px;font-family:Georgia,serif}@-webkit-keyframes ripple{0%{background-position:0 0}50%{background-position:0 100%}to{background-position:0 0}}@keyframes ripple{0%{background-position:0 0}50%{background-position:0 100%}to{background-position:0 0}}body{-webkit-animation:ripple 5s infinite;animation:ripple 5s infinite;background:linear-gradient(180deg,#fff,#e0f2ff);background-size:100% 200%}.submit-button:after{content:"";display:block;margin:15px auto;width:75%;height:1px;background-color:#d3d3d3}label{display:block;margin-bottom:5px;font-weight:700}input[type=text]{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.results{padding-top:15px;display:flex;align-items:center}.results>div{margin-right:30px}.postContent{background-color:#000;padding:20px;border-radius:5px}.postContent p{color:#fff;margin:0}.post_body{background:#fff;padding:16px;border-radius:4px;box-shadow:0 3px 10px rgba(0,0,0,.1);max-width:100%;box-sizing:border-box;margin-bottom:120px}.CommentForm__Textarea,input{font-size:16px;height:100px;width:400px;max-width:100%;max-height:100px;box-sizing:border-box;font-family:inherit;background:#f1f1f1;border:2px solid #f1f1f1;padding:12px;border-radius:5px;transition:border-color .3s ease 0s;display:block}button{margin-top:5%;margin-bottom:5%}.CommentForm__Textarea:focus{border-color:#112346}.CommentForm__Actions{margin-top:12px;display:flex;justify-content:flex-end}
/*# sourceMappingURL=main.2ea23dbe.chunk.css.map */