.box {
    background-color: white;
    max-width: 500px;
    width: 100%;
    border: 2px solid black;
    border-radius: 10px;
}
h3 {
    max-width: 500px;
    width: 100%;
}
#howlInput button {
  align-self: flex-end;
}
#pic {
    width: 40px;
}
