## default theme colors
  .v-theme--light {
    --v-theme-primary: 63,81,181;
    --v-theme-secondary: 255,183,77;
  }
.post {
  background-color: #fff;
  border: 100px solid #ddd;
  margin-bottom: 215px;
  width: 5%;
}