.personality-image {
    width: 50%;
    border-radius: 50%;
    margin-bottom: 1rem;
}

#error-body {
    height: auto;
    width: 100%;
    background: url("/img/error.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
  