
body{
    
    
   background-image:  linear-gradient(
      180deg,
      rgba(58, 58, 158, 0.8),
      rgba(136, 136, 206, 0.7)
    ),url('https://mcusercontent.com/72a63d6089b9083b62c836f98/images/c084d837-7962-f26c-e66f-38d240fbb992.jpg');
    color:white;
    font-weight:bold;}



    #title{
    text-align:center;}
    #description{
    text-align:center;}
    
    #div-form{
    padding-top:20px;
    padding-bottom:20px;
    width:600px;
    margin:auto;
    background:rgba(39,39,70,0.5);
    
    }
    
    #survey-form{
    box-sizing:border-box;
    padding:5%;
    width:100%;
    display:block;
    }
    
    #name,#email,#number,#dropdown{
    width:100%;
    height:30px;
    }
    
    #submit{
    width:100%;
    height:40px;
    background:green;
    border-style:none;
    color:white;
    font-size:20px;
    }
    
    #comment{
    width:100%}
    