body{
    background-color: pink;
    font-family: "Gill Sans", sans-serif;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 98vh;
}

br {
    margin: 15px;
}

.box {
    padding: 10px;
    min-width: 43em;
    min-height: 13em;
    text-align: center;
    align-content: center;
    border-image: url(/content/img/border.png) 20 / 51px / 13px;
    image-rendering: pixelated;
    background-color: #1e101d;
    color:#fff;
}

#arrow {
    position: relative;
    left: -31px;
    width: 170px;
    top: -26px;
}

img {
    image-rendering: pixelated;
}

#bwahck {
    margin-top: 30px;
    display: inline-flex;
    font-size: 8px;
}

#stupid {
    position: relative;
}

#stutext {
    position: absolute;
    left: 0;
    top: 0;
}


#stutext p {
    position: absolute;
    width: 100px;
}

#stutext p:nth-child(1) {
    top: 14px;
    right: -16px;
}

#stutext p:nth-child(2) {
    right: -236px;
    top: 41px;
}

#stutext p:nth-child(3) {
    right: -53px;
    top: 142px;
}
