/* Now all the acrylic layer is just only one class! */
.acrylic {
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
}

.gamestyle {
    /*background: rgba(102, 0, 51, .6) */
    background-size: 100vw auto;
    background-image: url("https://cdn.pixabay.com/photo/2017/03/27/16/50/beach-2179624_1280.jpg");
}

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;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.darkbg {
    color: #e8e6e3;
    background-color: #181a1b;
    border-color: #736b5e;
}

.darkbg:hover {
    background-color: #000000;
}

/* new*/