html {
  font-size: 14px;
}

@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 {
  margin-bottom: 60px;
}

html,
body {
    height: 100%;
    background: #000;
    color: #fff;
}

.logo-ramag {
    max-width: 500px;
    width: 100%;
    height: auto;
}

h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    max-width: 700px;
    margin: auto;
    color: #cfcfcf;
}

footer {
    background: #000;
    border-top: 1px solid #222;
}