/* styles.css */


body {
  
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-image: url(/assets/Stalkyard.png);
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat; 
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.isma {
font-size: 35px;
color: #ccc;
}

.lambda {
  font-size: 50px;
  color: #8d4400;
  text-shadow: 
    1px 1px 0px black,
    -1px -1px 0px black, 
    1px -1px 0px black, 
    -1px 1px 0px black; 
}

.container {
  background-color: rgba(255, 123, 0, 0.247);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  text-align: center;
}

h1 {
  color: #000000;
}

.input-area {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

input {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  background: #00ff9d;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

button.hidden {
  display: none;
}

button:hover {
  background: #00ff00;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin: 5px 0;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}

.hidden {
  display: none;
}

/* BOTON DS */
@import url('https://fonts.googleapis.com/css?family=Karla:700');
.floating-btn {
  color: white;
  background: #7289da;
  border-color: #7289da;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 2.6rem;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 5.2rem 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.5s ease;
}
.floating-btn .expanded {
  opacity: 0;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  transition: opacity 0.25s ease;
}
.floating-btn:hover {
  width: 26rem;
}
.floating-btn:hover .icon {
  opacity: 0;
}
.floating-btn:hover .expanded {
  opacity: 1;
}
.floating-btn .fa-discord {
  padding-top: 0.4rem;
}

html, body {
  height: 100%;
  font-family: 'Quicksand', sans-serif;
  overflow: hidden;
}

.center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

h1 {
  margin: 0 auto;
}

.letter {
  display: inline-block;
  width: 25px;
}
