#display-area {
    display: none;
}
body{
    background-color: #6d1125a1;
}
h1{
    color: white;
   display: flex;
   justify-content: center;
}
.Container{
    display: flex;
    justify-content: center;
}
#formarea{
    background-color: aliceblue;
    padding: 20px;
    border-radius: 20px;
}
#formarea label {
    color: #a10627dc;
    font-size: 20px;
    font-weight: 700;
}
#formarea input{
    border-radius: 10px;
    width: 100%;
    height: 30px;
}
#formarea #description{
    border-radius: 20px;
    width: 400px;
    height: 150px;

}
#formarea button{
    text-align: center;
    border-radius: 10px;
    width: 100%;
    height: 30px;
    background-color: #a10627dc;
    font-weight: 700;
    color: white;
}
iframe{
    width:560px;
    height:315px;
    border-radius: 20px;
}
#display-area p{
    font-size: 20px;
    font-weight: 600;
    color:#a10627dc ;
}
#display-area span{
    color: white;
}

