
.wrapper {
    position: relative;
    width: 90vw;
    height: 87vh;
    margin-top: 50px;
    background: transparent;
    border: 2px solid rgba(233, 183, 146, .5);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    font-size: 25px;
}