*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: cursive;
}
body{
    width: 100%;
    height: 100vh;
}

header{
    position: relative;

    background-color: #fefe10;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    text-align: center;
    text-decoration: 2px solid underline;
    z-index: 0;
}

.container{
    position: relative;
    display: flex;
    width: 800px;
    height: 600px;
background: #f6a064;    
    place-self:center;
    margin-top: 20px;
    border-radius: 0 20px 0 20px;
    border: 3px  dashed #ff004c;
    z-index: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container h1{
    position: absolute;
    margin-top: -400px;
    width: 800px;
    text-align: center;
    text-decoration: 2px dashed underline black;
    margin-top: -180px;
}
.container img{
    position: absolute;
    height: 200px;
    width: 350px;
    top: -10px;
    z-index: 10;
}
.animation{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.shape{
    position: absolute;
    left: 50%;
    height: 60px;
    width: 60px;
    list-style: none;
    border-radius: 20px;
    transform: rotate(45deg);
    animation: animate 5s linear infinite ;
}
.shape:nth-child(1){
    height: 60px;
    width: 60px;
    left: 80%;
    margin-top: 100px;
    background: rgb(236, 73, 73);
}
.shape:nth-child(2){
    height: 100px;
    width: 100px;
    left: 10px;
    border: 2px rgb(5, 5, 5) solid;
    background: rgb(231, 231, 97);
}

.shape:nth-child(3){
    height: 60px;
    width: 60px;
    left: 20%;
    margin-top: 200px;
    background: #7070ec;
}

.shape:nth-child(4){
    height: 80px;
    width: 60px;
    left: 10%;
    background: #c65858;
}

.shape:nth-child(5){
    height: 20px;
    width: 20px;
    left: 20%;
    background: pink;
}

.shape:nth-child(6){
    height: 60px;
    width: 60px;
    left: 35%;
    background: #49a7f9;
}

.shape:nth-child(7){
    height: 80px;
    width: 80px;
    left: 45%;
    background: aquamarine;
}
.shape:nth-child(8){
    height: 50px;
    width: 50px;
    border: 2px solid black;
    background: #6cf180;
    left: 55%;
}
.shape:nth-child(9){
    height: 75px;
    width: 75px;
    background: magenta;
    left: 85%;

}
.shape:nth-child(10){
    height: 90px;
    width: 90px;
    background :grey;
    left: 85%;
    margin-top: 200px;
}

.shape:nth-child(11){
    height: 30px;
    width: 30px;
    background: violet;
    left: 90%;
}
.shape:nth-child(12){
    height: 60px;
    width: 60px;
    background: #20d2b1;
    left: 6%;
    margin-top: 300px;
}
.shape:nth-child(13){
height: 80px;
width: 80px;
background: gainsboro;
left: 62px;
margin-top: -200px;
}
.shape:nth-child(14){
    height: 75px;
    width: 75px;
    background: goldenrod;
    left: 90%;
    margin-top: 300px;
}
.shape:nth-child(15){
    height: 30px;
    width: 30px;
    top: 30%;
    left: 20%;
    background: #f01356;
}
.input{
    display: block;
    align-items: center;
    justify-content: center;
z-index: 0;
align-items: center;
margin-top: 200px;}
.input input{
    display: flex;
  padding-left: 20px;
  font-size: 18px;
    height: 40px;
    width: 500px;
    margin: 20px;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid aqua;
    color: #f01356;
    z-index: 10;

}
.input input:hover{
    border: 2px solid red;

}
.input #submit{
background: rgb(22, 108, 213);
color: white;
font-size: 24px;
font-weight: 600;
border: #f01356;
transition: 0.3s all ease;
cursor: pointer;
z-index: 10;
margin-top: 40px;
}
.input #submit:hover{
    border: 3px solid #ffffff;
    transform: translateY(-10px);
}

@keyframes animate {
    0%{
top: 100px;
rotate: 90deg;
    }
    50%{
        top: 200px;
        rotate: 180deg;
    }
    100%{
        rotate: 360deg;
top: 100px;
    }
    
}
.input p{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    z-index: 10;

}
.input span{
    color: #ffffff;
    z-index: 10;

    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.container .shapes{
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(255, 255, 255);
    rotate: 45deg;
    left: -40px;
    top: -40px;
    border-radius:5%;
    border: 2px dashed #f01356;
}
.container .shapes2{
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgb(236, 5, 101);
    rotate: 120deg;
    right: -100px;
    bottom: -100px;
    border-radius: 50%;
    z-index: 0;
    border: 2px dashed aliceblue;
}
.container .shapes3{
    position: absolute;
    height: 100px;
    width: 100px;
    border: 4px solid rgb(255, 0, 98);
    border-radius: 50%;
    bottom: -15px;
    left:-15px
}