.answer{
    width: revert;
    margin: 20px;
    padding: 20px;
    border: 1px solid blue;
    background-color: lightblue;
}
.title{
	margin: 20px;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
  }
