.cr {

    left: 50%;
    margin-left: 150px;
}
.floating-img {
    float:left;
}


@media (max-width: 740px) {
  .flex-container {
    flex-direction: column;
    max-width:100%; /* Added to fit viewport 100% in mobile view */
    margin:auto; /* Added to center, in mobile view */
    margin-bottom: 10px;
  }
  #txt-mod{
      text-align:center;
      font-size: 170%;
  }
}
.ada-button {
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.ada-button:hover {
    transition: background-color 0.3s #ffffff ease !important;
    transition: color 0.3s #000000 ease !important;
    text-decoration: underline !important;
}


.ada-button {
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold !important;
    padding-left: 20px;
    padding-right: 20px;
}
.ada-button:hover {
    transition: background-color 0.3s #ffffff ease !important;
    transition: color 0.3s #000000 ease !important;
    text-decoration: underline !important;
}


.ada-button {
    text-decoration: none !important;
    color: #ffffff;
    font-weight: bold !important;
}
.ada-button:hover {
    transition: background-color 0.3s #ffffff ease !important;
    transition: color 0.3s #000000 ease !important;
    text-decoration: underline !important;
}
