*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: cursive;
}
body{
    width: 100vw;
    height: 100vh;
    background: linear-gradient(45deg, #ff0058, #ff4);
    background-repeat: no-repeat;
    overflow: hidden;
   
}
h1{
    font-size: 22px;
    color: brown;
    visibility: hidden;
    overflow: hidden;
    left: 28%;
    top: 12%;
    kerning: auto;
    height: 120px;
    width: 100%;
    color: white;
    position: relative;
}
.content{
    position: relative;
    display: flex;
    width: 400px;
    height: 500px;
    background: #ffffff;
    align-self: center;
    border-radius: 10px;
    left: 40%;
padding: 40px;
overflow: hidden;
transition: 0.3s all ease;
box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.content:hover{
    transform: scale(1.1);
}
.content h2{
    width: 80%;
    background: #ff0058;
    color: white;
    z-index: 10;
    display: inline;
    position: absolute;
    text-align: center;
    border: 3px dashed rgb(0, 0, 0);
    border-radius: 5px;
}
.container{
    position: absolute;
    margin-top: 100px;
    height: 300px;
    flex-wrap: nowrap;
}
.container input{
    display: flex;
    padding-left: 20px;
    color: #ff0058;
    font-size: 20px;
    font-weight: 600;
    width: 320px;
    height: 40px;
    border-radius: 8px;
    margin-top: 10px;
    border: 3px solid rgb(255, 94, 0);
}
.container span{
    font-weight: 600;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.container button{
    width: 320px;
    height: 40px;
    color: #ffffff;
    background: orange;
    margin-top: 20px;
    border-radius: 50px;
    border: none;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    transition: 0.3s all ease;
}
.container button:hover{
    color: #000000;
    z-index: 10;

    transform: translateY(-10px);
}


.background{
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 0;
}

.shapes{
    position: relative;
    height: 80px;
    width: 80px;
    animation: animate 8s linear infinite;
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);    border-radius: 10px;

    
}
.shapes:nth-child(1){
    left: 20%;
    top: 15px;
    rotate: 30deg;
}
.shapes:nth-child(2){
    left: 15%;
    top: 20%;
    rotate: 45deg;
}
.shapes:nth-child(3){
    left: 50%;
    top: 30% ;
    rotate: 15deg;
}
.shapes:nth-child(3){
    left: 40%;
    top: 10%;
    rotate: 10deg;
}
.shapes:nth-child(5){
    left: 80%;
    top: 10%;
    rotate: 25deg;
}

.shapes:nth-child(6){
    left: 25%;
    top: 20%;
    rotate: 35deg;
}

.shapes:nth-child(7){
    left: 75%;
    top: 10%;
    rotate: 65deg;
}
.shapes:nth-child(8){
    left: 55%;
    top: 20%;
    rotate: 55deg;
}
.shapes:nth-child(9){
    left: 25%;
    top: 30%;
    rotate: 35deg;
}
.shapes:nth-child(10){
    left: 30%;
    top: 15%;
    rotate: 45deg;
}

.shapes:nth-child(11){
    left: 35%;
    rotate: 35deg;
    top: 10%;
}
.shapes:nth-child(12){
    left: 75%;
    top: 25%;
    rotate: 35deg;
}
.shapes:nth-child(13){
    left: 40%;
    top: 20%;
    rotate: 90deg;
}
.shapes:nth-child(14){
    left: 45%;
    top: 45%;
    rotate: 45deg;
}
.shapes:nth-child(15){
    left: 15%;
    top: 15%;
    rotate: 25deg;
}
#text{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ff0058;
    font-family: cursive;
    text-align: center;
    z-index: 10;
}
.container #display{
    background: rgba(241, 0, 0, 0.2);
border-radius: 50px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
border: 3px solid black;

}
.container #display::placeholder{
    color: rgb(0, 0, 0);
}
@keyframes animate {
    0%{
        opacity: 1;
        top: 40px;
        rotate: 0;
    }

    100%{
        rotate: 360deg;
        opacity: 0;
        top: 400px;
    }
    
}

.shapese{
    height: 100px;
    width: 100px;
    display: flex;
    position: absolute;
    background: #11d9f3;
    border: 3px dashed red;
    border-radius: 10px;
    rotate: 45deg;
    top: -150px;
    left: -50px;
    z-index: 0;
}
.shapeses{
    position: absolute;
    height: 150px;
    width: 150px;
    z-index: 0;
    background: rgba(28, 28, 28, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);    border-radius: 10px;    right: -50px;
    border:3px dashed black;
    bottom: -100px;
    border-radius: 50%;
}
.heading{
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    text-decoration: 2px solid underline black;
    position: relative;
    background: rebeccapurple;
    opacity: 1;
    display: block;
}
.credit{
    position: relative;
    text-align: center;
    font-size: 28px;
    font-family: cursive;
    font-weight: 600;
    color: white;
    margin-left: 80px;
    margin-top: 40px;
}