#welcome {
  margin: 1rem auto;
}
  #welcome img {
    width: 18rem;
    height: 18rem;
    border-radius: 12px;
    border: 5px solid white;
  }

  .author {
    align-items: flex-start;
    margin: 0 0 0 0.75rem;
  }

  main {
    width: 90%;
    max-width: 90rem;
    margin: 2rem auto;
    background-color: white;
    padding: 1rem;
    border-radius: 12px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);*/
  }

  #comment-form {
    margin: 0.5rem auto;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.5rem 1rem;
  }

  .form-control {
    margin-bottom: 0.5rem;
  }

  .form-control label {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
  }

  .form-control input {
    display: block;
    width: 100%;
    font: inherit;
  }

  .form-control textarea {
    min-height: 60px;
    height: 60px;
    max-height: 120px;
  }
