.overwritecollor {
    display: block;
    width: 100%;
    height: calc(1.5em + .875rem + 2px);
    padding: .4375rem .75rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d353c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5dbe0;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.image-container {
  display: flex;
  justify-content: center;
  margin-bottom:30px;
}