html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;

  }
}

.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 {
    position: static;
    margin-bottom: 70px;
    font-family: "Playfair Display", Segoe UI;
    text-align: left;
    white-space: nowrap;
    max-width: 100%;
   
}

body2 {
    position: center;
    margin-bottom: 70px;
    font-family: "Playfair Display", Segoe UI;
    text-align: left;
    white-space: nowrap;
    max-width: 100%;
    margin-left: -150px
}




}

    .main-title h1 {
        font-size: 50px;
        text-shadow: 15px 10px 15px #258cfb;
        font-weight: bolder;
        text-align: left;
        color: #258cfb;
    }