*{
    margin: 0;
    padding: 0;
}

body {
    font-family: Calibri, serif;
    background-color: #e9f2f5 !important;
    color: #085454 !important;
    min-height: 100%;
  }

  .url {
    color: #085454 !important;
    text-decoration: underline;
  }

  .btn {
    background-color: #e9f2f5 !important;
    color: #085454 !important;
    border: 1px solid #085454;
  }

  .btn:hover {
    background-color: #085454 !important;
    color: #e9f2f5 !important;
    border: 1px solid #e9f2f5;
  }