#app {
    background-color: #ffc300;
    opacity: 0.8;
    background-image: linear-gradient(30deg, #0000f3 12%, transparent 12.5%, transparent 87%, #0000f3 87.5%, #0000f3), linear-gradient(150deg, #0000f3 12%, transparent 12.5%, transparent 87%, #0000f3 87.5%, #0000f3), linear-gradient(30deg, #0000f3 12%, transparent 12.5%, transparent 87%, #0000f3 87.5%, #0000f3), linear-gradient(150deg, #0000f3 12%, transparent 12.5%, transparent 87%, #0000f3 87.5%, #0000f3), linear-gradient(60deg, #0000f377 25%, transparent 25.5%, transparent 75%, #0000f377 75%, #0000f377), linear-gradient(60deg, #0000f377 25%, transparent 25.5%, transparent 75%, #0000f377 75%, #0000f377);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    width: 100vw;
    height: 100vh;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#container {
    width: 300px;
}

#start {
    width: 400px;
    height: 100px;
}

#startBtn {
    all: unset;
    background-color: #e6bb2e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden {
    display: none;
}

.sticky-notes {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 10%;
    background-color: #ccaf52;
    border: 1px solid black;
}

#words {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#sendBtn {
    all: unset;
    background-color: #e6bb2e;
}

#replayBtn {
    all: unset;
    background-color: #e6bb2e;
}