html {
    font-size: 14px;
    font-family: Calibri;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;

  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: Inter, sans-serif !important;
    color: #120052;
    background: #120052;
}
h3 {
    margin-top:24px;
}

.container {
    background: white;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.relolink {
    background-color: #120052;
    padding:10px 15px 10px 15px;
    color:white;
    border-radius: 6px;
    box-sizing:border-box;
    display:inline-block;
    min-width: 200px;
}
p {
    margin:24px 0px 24px 0px !important;
}