* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    user-select:none;  
}


body {
    display: flex;
    flex-direction: column;
    background-image: url("../../Logos/comicbook.jpg");
    background-attachment: fixed;
}
.assembly{
    position: absolute; 
    top:6%;
    margin-left: 2rem;
    font-size: 5.5rem;
    transform: rotate(-6.5deg);
    font-family: 'Bangers', cursive;
}
.chatCloud{
    width: 300px;
    height: 23%;
    background-image: url("../../Logos/comicbook.jpg");
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    left: 7%;
    transform: rotate(-10deg);
    background-color: white;
    clip-path: polygon(0% 0%, 100% 0%, 100% 42%, 84% 42%, 23% 100%, 43% 42%, 0 42%);
}
.clickMessage{
    font-family: 'Bangers', cursive;
    top: 3%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    color: black;
    right:10%;
    transform: rotate(-7deg);
    position: absolute;
    width: 200px;
    font-size: 1.2rem;
    height: 50px;
    background-color: white;
    text-align: center;
}

.container {
    padding-top: 3rem;
    position: relative;
    background-color: #010101;
    display: flex;
    flex-direction: column;
    height: 120vh;
    justify-content: center;
    align-items: center;
    position: relative;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}

.container .ironmanFlies{
    position: absolute;
    width: 370px;
    height: 600px;
    left: 0%;
    top: 20%;
}

.avengers-wallpaper {
    width: 500px;
    height: auto;
    padding: 2rem;
    overflow-y: hidden;
}

.avengers-wallpaper img {
    width: 100%;
    height: 100%;
}

.logo1,
.logo2,
.logo3,
.logo4,
.logo5,
.logo6,
.logo7,
.logo8,
.logo9 {
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: absolute;

}

/*Audio Control*/

.audio-control{
    margin-top: 1.7rem;
    padding: 2rem;
}
.audio-control audio:focus{
    outline: 0;
}
audio{
    opacity: .8;
}



@media screen and (max-width: 375px){

    .assembly{
        position: absolute; 
        top:4%;
        left: -5%;
        width: 700px;
        transform: rotate(0deg);
        font-size: 3rem;
        font-family: 'Bangers', cursive;
    }
    .chatCloud{
       display: none;
    }
    .clickMessage{
        font-family: 'Bangers', cursive;
        align-items: center;
        z-index: 1;
        color: black;
        margin-top: 7rem;
        margin-right: 3.2rem;
        transform: rotate(0deg);
        width: 200px;
        font-size: 1.2rem;
        height: 50px;
        background-color: white;
        text-align: center;
    }
    
    .container {
        clip-path: polygon(0 15%, 100% 15%, 100% 100%, 0% 100%);
    }
    
    .container .ironmanFlies{
       display: none;
    }
    
    .avengers-wallpaper {
        width: 500px;
        height: auto;
        padding: 0rem;
    }
    
    
    .logo1,
    .logo2,
    .logo3,
    .logo4,
    .logo5,
    .logo6,
    .logo7,
    .logo8,
    .logo9 {
      display: none;
    
    }

    .audio-control{
       
        margin-top: 1rem;
    }
}





