.thoughts-form{display:flex;flex-direction:column;align-items:start;gap:10px;padding:15px;border:1px solid black;box-shadow:5px 5px #000;background-color:#e7e6e6;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}.input-label{display:flex;flex-direction:column;gap:10px;width:100%}p{margin:0;font-size:11pt}.input-field{width:94%;padding:10px;border:1px solid #c5c4c4;font-family:Menlo,monospace;font-size:9pt;color:#000}.submit-button{border:none;border-radius:20px;height:35px;background-color:#ffadad;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:11pt;padding:0 18px}.submit-button :hover{background-color:#fa8d8d}.heart{color:#737373}.heart-button{border:none;border-radius:20px;height:35px;width:35px;margin-right:5px}.liked{background-color:#ffadad}.thoughts-list{display:flex;flex-direction:column;gap:35px}.thought{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-height:70px;border:1px black solid;box-shadow:5px 5px #000;padding:17px 15px 15px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:10pt;color:#737373}.thought-text{overflow-wrap:break-word;font-family:Menlo,monospace;font-size:14px;margin:0}.thought-bottom-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.time-stamp{font-size:10pt}.wrapper{display:flex;flex-direction:column;gap:35px;max-width:400px;margin:auto;padding:35px 10px}h1{font-family:Menlo,monospace;font-size:20pt;font-weight:600;margin:auto}:root{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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
