input {
    position: absolute;
    left: 50%;
    width: 50%;
    transform: translate(-50%, 120%);
    background-color: rgb(179, 111, 111);

    font-size: 2em;
    font-family: FontStuck
}

h1 {
    
    text-align: center;
    font-size: 4em;
    font-family: FontStuck;
    background-color:rgb(179, 111, 111);
    border-style:inset;
    border-color:brown;
}
h3 {
    text-align: center;
    font-size: 1.5em;
    font-family: FontStuck;
    background-color:rgb(179, 111, 111);
    border-style:inset;
    border-color:brown;
}

button {
    margin: 0 auto;
    display: block;
    background-color:brown;
    transform: translate(0%,250%);
    font-family: FontStuck;
    font-size:2em;
    border-style:inset;
    
}

.choice-display {
  align-items: center;
  width: 75%;
  height: 40em;
  overflow-y: auto;
  border-style:inset;
  border-color:brown;
  margin: auto;
  transform: translate(-0,25%);
  background-color: hsla(0, 34%, 36%, 0.75);
}

.choice {
    align-items: center;
    background-color: var(--main-blue);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    height:8em
}

body {
    background-image: url('flowers3.png');
    background-attachment: fixed;
}

.something {
    background-color: rgb(122, 0, 0);
    font-family: FontStuck;
    font-size: clamp(0.7em, 1.5vw, 1.2em);
    color: white;
    border-radius: 6px;
    text-align: center;
    flex: 1 1 calc(100% / 7 - 12px);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    word-break: break-word;
    padding: 0 0.4em;
}


@font-face { font-family: FontStuck; src: url('fontstuck-extended.otf.woff2'); font-weight:bold } 