@import url('https://fonts.cdnfonts.com/css/chalkduster');

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%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Chalkduster', sans-serif;
  background: #A6CF81;
  margin-bottom: 60px;
}

.banner  {
  left: 0px;
  top: 0.25em;
  width: 85%;
  color: white;
  margin-top: 0.25em;
  background-color: #81BB4D;
  font-family: 'Avenir Next', sans-serif;
  font-size: 96px;
  font-weight: bolder;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 67%, 90% 100%, 0 100%);
}

.ranking
{
  margin-left: 300px;
  margin-right: 300px;
  background-color: #48A84C;
}