body {
    background-image: url(https://i.pinimg.com/webp/1200x/65/8d/1b/658d1b653c1f15410ac491c5e0f2fe10.webp);
    font-family: 'Gamja Flower';
    color: rgb(58, 24, 24);
}
.bigbox {
    border: 150px solid transparent;
    border-radius: 10px;
    border-image: url(https://i.postimg.cc/qRCbMhJx/pdbzgs.png) 50% round;
    width: fit-content;
    height: fit-content;
    margin: 50px;
    background-color: antiquewhite;
    box-shadow: -25px 16px 21px 4px #000000b8;
    animation: 3s ease 0s infinite running animation;

}
@keyframes animation {
    50%{transform: translate(0px,10px);}
}
.img{
    width: 40%;
    border-radius: 10px;
    height: 40%;
}
.displayimgtext{
    display: inline-flex;
    font-size: 40px;
}
.displayuh{
    border-bottom: 15px solid #89c742;
    border-radius: 5px;
    width: fit-content;
    height: fit-content;
    margin-left: 20px;
    margin-bottom: 20px;
}
.art {
    height: 350px;
    width: 60%;
    border: 10px double #b6d3eb;
    border-radius: 5px;
}
.displayasb {
    display: inline-flex;
    width: 100%;
}
.btns {
    width: 100%;
    height: 162px;
    background-color: #eeead4;
    border: 10px double #ffc87f;
    border-radius: 5px;
    margin-left: 10px;
    padding: 5px;
    font-size: 20px;
}