.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}

.wrapper img {
    width: 20%;
    user-select: none;
}

@media (max-width: 1200px) {
    .wrapper img {
        width: 400px;
    }
}

body {
    background: #4B001A;
    overflow: hidden;
}