* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    background: url(../img/blank-wall.jpg) no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
}

section.click{
    animation: show 5s 1;
}

.button-one {
    position: fixed;
    z-index: 100;
    border-radius: none;
}

img.switch {
    width: 90px;
    border-radius: none;
    margin-top: 0vh;
}


.drawer-one {
    position: fixed;
        top: 0;
        left: 110vw;
    background: white;
    width: 40vw;
    height: 100vh;
    font-size: 24pt;
    transition: transform 1s;
    font-family: helvetica;
}

    .slide-the-drawer-one {
        transform: translate(-40vw);
    }


img.switch1 {
    width: 90px;
    border-radius: none;
    margin-top: 0vh;
    margin-left: 10vw;
}

img.switch2 {
    width: 90px;
    border-radius: none;
    margin-top: 0vh;
    margin-left: 5vw;
}

img.switch3 {
    width: 90px;
    border-radius: none;
    margin-top: 0vh;
    margin-left: 5vw;
}


.twist-mode {
            transform: rotate(180deg);
            transition: transform 0.5s;
        }

.flicker-mode {
    animation: flickerAnimation 0.5s infinite alternate;
}

@keyframes flickerAnimation {
    0% {
        background-color: white; /* Initial color */
    }
    100% {
        background-color: black; /* Flicker color */
    }
}

.disappear {
    display: none;
}

.poster {
    width: 350px;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    margin-left: -2vw;
    position: relative;
    z-index: 1;
}

.booklet {
    width: 350px;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    margin-left: -7vw;
    z-index: 1;
}

.coding {
    width: 350px;
    justify-content: center;
    align-items: center;
    margin-top: 30vh;
    margin-left: -7vw;
    position: relative;
    z-index: 1;
}
.branding {
    width: 350px;
    justify-content: center;
    align-items: center;
    margin-top: 0vh;
    margin-left: -7vw;
    position: relative;
    z-index: 1;
}
.UXUI {
    width: 350px;
    justify-content: center;
    align-items: center;
    margin-top: 10vh;
    margin-left: -7vw;
    position: relative;
    z-index: 1;
}