body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: url('../Style/Tło.webp') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.wrap2 {
    margin: 20px auto 30px 10px;
    width: 320px;
    height: calc(100vh - 50px);
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    border: 6px double saddlebrown;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.wrap2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    pointer-events: none;
}

.wrap {
    margin: 20px 10px 30px auto;
    width: 1020px;
    height: calc(100vh - 50px);
    background-color: rgba(255, 255, 255, 0.7);
    border: 6px double saddlebrown;
    border-radius: 12px;
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
}