body {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/jinwo.png");
    background-color: black;
    background-size: 240px auto;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#wouf {
    position: absolute;
    /* left: calc(20% - 200px);
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 280px; */
}

.box {
    width: 600px;
    height: 450px;
    background: url("images/win95.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.inside {
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pfp {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.tag {
    font-size: 32px;
    font-weight: bold;
    color: #0b2cc0;
    margin-bottom: 10px;
}

.desc {
    font-size: 13px;
    color: #000;
}

.tape {
    position: fixed;
    left: 0;
    right: 0;
    height: 80px;
    background: url("images/underconstruction.jpg");
    background-size: auto 100%;
    z-index: 10;
}