@font-face{
  font-family:'Caviar dreams';
  src:url('fonts/CaviarDreams.ttf');
}


#welcomeText{
  font-family:'caviar dreams';
  font-size:18px;
  letter-spacing:4px;
  text-transform:uppercase;
}

.selector-buttons{
  display:flex;
  flex-direction:column;
  gap:14px;
  width:100%;
  max-width:280px;
}

.splash-btn{
  font-family: 'Caviar Dreams';
  font-weight:400;
  letter-spacing:2px;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:14px 22px;
  background:#563119;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  font-size:17px;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
  transition:.25s ease;
}

.splash-btn:hover{
  transform:translateY(-2px);
  opacity:.95;
}

.hidden{
  display:none;
}

.selector-box{
  text-align:center;
  margin-top:20px;
}

.selector-box h3{
font-family: 'Caviar Dreams';
font-weight: 100;
margin-bottom:18px;
 font-size:18px;
 color:#563119;
}

.splash-btn{
  display:block;
  margin:12px auto;
  width:260px;
  padding:14px;
  background:#563119;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  font-weight:700;
}

.mini-logo{
  width: 70px;
  margin-bottom: 14px;
  opacity: .95;
}

.splash {
  position: fixed;
  inset: 0;
  background: #f2f0eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
}


.splash img {
  width: 180px;
  margin-bottom: 12px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.25));
}

.splash p {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.7;
}