:root {
  --background: #282828;
  --foreground: #eceae5;
  --accent: #fe8d59;
  --font-size: 1rem;
  --line-height: 1.54em;
  --radius: 0;
}
.post {
    width: 100%;
    text-align: left;
    border: 3px dotted #fd8d58 !important;
    padding: 30px;
    margin-top: 20px;
}
.container {
    max-width: 1000px;
}
