#container{
height:100%;
width:100%;
background-image: linear-gradient(-90deg,  #33f9ff, black);

}

#myform{
color: red;
background: black;
}

#myform2{
color: red;
background: black;
}

#decor_bar_1{
width: 100%;
height: 10px;
background: #005ce6;
}

#decor_bar_2{
width: 100%;
height: 40px;
background: #33f9ff;
text-align: center;
line-height: 40px;
font-size: 30px;
}

#decor_bar_3{
width: 100%;
height: 3px;
background: #005ce6;
}

#decor_bar_4{
width: 100%;
height: 3px;
background: #005ce6;
bottom: 50px;
    position: fixed;
}

#decor_bar_5{
width: 100%;
height: 40px;
background: #33f9ff;
text-align: center;
line-height: 40px;
font-size: 30px;
bottom: 10px;
    position: fixed;
}

#decor_bar_6{
width: 100%;
height: 10px;
background: #005ce6;
bottom: 0%;
    position: fixed;
}

#my_text_area{
   position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 400px;
height: 400px;
text-align:center;
border: solid;
border-radius: 25px;
background: #33f9ff;
padding: 20px;

}




