*{
margin: 0px;
padding: 0px;
}
bodY{
    background: linear-gradient(3600deg,black,blue);

}

.container{
    width: 80%;
    height: 20px;
    margin: 0px auto;
    height: 85vh;
}
h1{
    font-size: 50px;
    color: rgb(243, 244, 247);
    -webkit-text-stroke: 1px black;
    font-weight: 700;
    background:linear-gradient(90deg,blue,black);
    height: 15vh;
    text-align: center;
    word-spacing: 20px;align-content: center;

}
form{
     width: 60%;
    margin-top: 20px;}
label{
    display: block;
    font-size: 30px;
color: white;
-webkit-text-stroke: 2px rgb(250, 241, 241);}
input{
    height: 60px;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(40deg,rgba(0,0,255,0.5),black);margin: 0px 0px 20px auto;
    font-size: 25px;
    color:rgb(7, 29, 230);
    -webkit-text-stroke: 1px white;
    padding-left: 20px;
    
}
button{
    border-radius:20px;
    background:linear-gradient(90deg,blue,black);
    height: 60px;
    width: 180px;
    font-size: 20px;
    color: white;
    display: block;
    margin: 0px auto;
    cursor: pointer;
}
.plan{
     /* background-image: url(./blue-watercolor-background-with-texture-clouds_807812-1770.avif); */
    background:linear-gradient(90deg,blue,black);

    background-position: center;
    background-repeat: no-repeat;background-size: cover; 
    height:600px;
    width: 500px;
    border-radius: 30px;
    padding-top: 40px;
    box-sizing: border-box;

    position:absolute ;
    top:120px;
    right: 40px;
    
}
.planmsg{
    font-size:40px;color: rgb(15, 14, 14);-webkit-text-stroke: 1px WHITE;font-weight: 900;margin: 20px auto;padding-left: 30px;cursor: pointer;
}
.Mcard{
    border: 4px solid white;font-size: 30px;-webkit-text-stroke: 1px white;border-left: none;border-right: none;
    align-content: center;
    text-align: center;font-weight: 900;
    height: 70px;
}
#Mname{
    margin: 0px auto;
    height: 60px;
    align-content: center;
    color: white;
    font-size: 30px;
    text-align: center;
    font-family: cursive;margin-top: 10px;
    border: 3px solid white;border-radius: 30px;
    width: 95%;

}
#Mplan{
     height: 60px;
    align-content: center;
    color: white;
    font-size: 60px;
    text-align: center;
    font-family: cursive;
    margin-top: 20px;
}
.msg{align-content: center;color: white;font-size: 30px;text-align: center;font-family: cursive;margin-top: 30px;}
#plan2{
display: none;
}