*{
   margin: 0px 10px;
   padding: 0;

}

body {
    background: rgb(0, 0, 0);
}
   
#cover-image {
   
    height: 400px;
    object-fit: cover;
    margin: 0px 100px;
}

.main-image {
    height: 400px;
    object-fit: cover;
    margin: 0px 100px;
}

h1 {
    color: rgb(255, 255, 255);
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 5em;
    text-align: center;
}

h1:hover {
    color: rgb(255, 251, 15);
    cursor:pointer;
    transition: ease-in-out 0.2s;
    margin: auto;
}

.small-img{
     width: 200px;
     border: 3px solid rgb(255, 255, 255);
     border-radius: 10px;
     transition: ease-out 0.3s;
    
}

#border:hover {
    color: rgb(255, 251, 15);
    cursor:pointer;
}

.small-img:hover {
    width: 210px;
    transition: ease-in 0.2s;
    cursor: pointer;
}

li {
    list-style: none;
}

ul {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 20px auto;
    align-items: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

nav{
    margin: 0 0 10px 0;
    margin-bottom: 10px;
    transition: ease-in-out 5s;

}


.nav-iteam {
    font-family: "Oswald", sans-serif;
}

.nav-iteam:hover {
 color:blueviolet;
 transition: ease-in-out 0.2;
}

a:link {
   text-decoration:none;
}

a:visited {
    text-decoration: none;
    color:rgb(255, 251, 15);
}

p {
    color: white;
}

#face-image {
    width: 100%;
    height: 400px;
    margin: 0px 100px;
}

.zine {
        display: block;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 60%;

}

#portada {
    text-align: center;
    font-size: 10em;
    margin: 500px;
    
    hover{
        color: rgb(255, 251, 15);
        cursor:pointer;
        transition: ease-in-out 5s;
        transition-delay: 3s;
        text-decoration:wavy
    }


#eyes.go{
    margin: 0px auto;
}

.poster {
    display: block;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 30%;

}

.btn {
    font-size: 2rem;
    font-weight:700;
    padding: 5.5cm 1cm;
    color:rgb(255, 0, 221);
    background-color:rgb(255, 251, 0);
    border: 10px solid var(--clr-rgba);
    border-radius: 5px;

    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function:ease ease-in-out ;
    transition: delay 0.2s;

}

.btn:hover {
     transform: translateY(-10px);
}


.draw-img{
    width: 500px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 10px;
    transition: ease-out 0.2s;
    padding: 20;
   
}

.draw-img:hover {
    width: 520px;
    transition: ease-out 0.2s;
    cursor: pointer;
}

.medium-img{
    width: 600px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 15px;
    transition: ease-out 0.3s;
    align-items: center;
   
}


.content{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom:0;
    position: absolute;
    background: rgba (0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.6s;

}

.wrapper{
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}



.content:hover{
    opacity: 1.5;
    
}

.content h1{
    justify-content: center;
    font-size: 45px;
    color: #ffe100;
    margin-bottom: 15px;
    
}

.content p{
    font-size: 13px;
    color: #ffe100;
    
}

.content > *{
    transform: translateY(0px);
    transition: transform 3.6s;

}

.content:hover > *{
    transform: translateY(0px);
    transition: transform 0.6s;

}

#container3D canvas{
    width: 100vw !important;
    height 100vw !important;
    position: absolute;
    top: 0;
    left: 0;
}