.chopstick {
    width: 20px;
    height: 310px;
    background-image: radial-gradient(circle at left, rgb(174, 147, 91) 0%, rgb(164, 123, 39) 100%);
    border-top: 20px solid #8f2900;
    position: absolute;
    top: 60px;
}

.chopstick-one {
    left: 350px;
    z-index: 1;
}

.chopstick-two {
    right: 350px;
    z-index: 3;
}

.noodle {
    position: absolute;
    width: 8px;
    height: 120px;
    background-color: #998865;
    margin-left: 50%;
    left: -5.5px;
    z-index: 2;
}

h1 {
    font-family: 'Aclonica', sans-serif;
    font-size: 47px;
    text-align: center;
    margin-top: 55px;
}

.master-p {
    font-family: 'Aclonica', sans-serif;
    font-size: 47px;
    position: absolute;
    background-color: #aaaaaa;
    margin-top: 55px;
    right: 6vw;
    color: #003c16;
    opacity: 0;
}

.happy-face-p {
    font-size: 50px;
    text-align: center;
    margin-top: 240px;
    z-index: 3;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    position: relative;
    opacity: 0;
}