html {
    position: relative;
    max-width: 100vw;
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'Monotype Corsiva', sans-serif; /*'Poppins', sans-serif;*/
    margin-bottom: 0px;
    width: 100%;
}

.container {
    width: 100%!important;
    padding: 40px 0;
}

main {
    margin: 0;
    padding: 40px 0;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  
  .container {
      padding: 40px 10px!important;
  }
}

.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;
}

