body {
    background-color: #2f3640;
    color: white;
    font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none!important;
    color: #e1b12c !important;
}

h1 {
    font-family: 'Oleo Script', cursive !important;
}

.header {
    margin-top: 140px;
    margin-bottom: 40px;
}
.header h1 {
    font-size: 75px;
    margin-bottom: 0px;
}

.link-block {
    padding: 20px;
    text-align: center;
}

.link-title {
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.row-marge-top {
    padding-top:20px;
}
.link-button { 
     background: none;
     border: none;
     color: #e1b12c;
     text-decoration: none !important;
     cursor: pointer; 
}
.center-div {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
}
.gold {
	color: #e1b12c;
}
.red {
	color: red;
}
.green {
	color: #44bd32 !important;
}

.white {
  color: white !important;
}

.white or {
  color: #44bd32 !important;
}

iframe {
  display: none;
}

iframe.inUse {
    display: block;
}

.table-white {
    
    color: white !important;
}
.centertable {
  margin-left: auto;
  margin-right: auto;
}
.hidetext { 
    -webkit-text-security: disc; /* Default */ 
}


@media only screen and (max-width: 800px) {
  .header {
    margin-top: 20px;
    margin-bottom: 20px;
    }
  .link-block {
    margin-top: 20px;
    }
  .row-marge-top {
    padding-top:0px;
    }
}
@media only screen and (max-width: 480px) {
  .header h1 {
    font-size: 70px;
    }
}
@media only screen and (max-width: 470px) {
  .header h1 {
    font-size: 65px;
    }
}
@media only screen and (max-width: 460px) {
  .header h1 {
    font-size: 60px;
    }
}
@media only screen and (max-width: 450px) {
  .header h1 {
    font-size: 55px;
    }
}
@media only screen and (max-width: 440px) {
  .header h1 {
    font-size: 50px;
    }
}

::-webkit-scrollbar {
    background: none;
    width: 16px;
    height: 16px;
}
:-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    border-width: 0px 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-image: initial;
    border-radius: 9px / 4px;
    box-shadow: rgb(123 135 147) 0px 0px 0px 1px inset, rgb(63 77 90) 0px 0px 0px 4px inset;
}
::-webkit-scrollbar-track-piece {
    margin: 4px 0px;
}