body{
    background-color:rgba(40, 58, 90, 0.9);
  }
  #container-comp{
    display:block;
    width :70%;
    max-width: 400px;
    height: 40%;
    max-height: 380px;
    background-color:#f1f3f6;
    box-shadow: 0px 1px 10px -1px black;
    border-radius:30px;
    position:relative;
    margin:auto;
    margin-top: 100px;
    text-align: center;
    padding: 40px 0 ;
  }

  
  h1{
    color:rgba(40, 58, 90, 0.9);
    text-align: center;
  }
  h1:hover{
    cursor:default;
    }

  h3{
    color:rgba(40, 58, 90, 0.9);
    margin:40px auto 40px auto ;
    text-align: center;
  }
  h3:hover{
    cursor:default;
    }
  .form-btn{
    /* position:relative; */
    margin:0px auto ;
    border-color:white;
    background-color:#f1f3f6;
    background-color:rgba(40, 58, 90, 0.9);
    width:150px;
    height:40px;
    font-size:20px;
    color:white;
    font-weight:bold;
    border-radius:20px;
  }
  .form.btn:hover{
    cursor:pointer;
    background-color:#47b2e4;
    border:1px solid black
  }
  #file:hover{
    cursor:pointer;
    color:#47b2e4;
  }

  #main{
    text-align: center;
  }
  #file{
    margin: 40px 20% 40px 20%;
    font-weight:bold;
  }
  #warn{
    position:relative;
    color:red;
    font-weight:bold;
    top:130px;
    left:70px;

    }
  #footer{
    position:relative;
    margin-top:12%;
  }
  #download{
    display:block;
    width:120px;
    color:rgba(40, 58, 90, 0.9);
    border-radius:20px;
    margin-left:45%;
    font-size:25px;
    background-color:white;
    position:fixed;
    }
  #download:hover{
    border:1px solid black;
    color:black;
    background-color:#47b2e4;
    cursor:hover;
      }


      
    body{
    
    background-color:rgba(40, 58, 90, 0.9);
    align-items : center;
    justify-content: center;
  }
  #container-download{
    max-width:400px;
    margin:0 auto;
    padding :20px;
    border-radius: 30px;
    background-color:white;
    box-shadow: 0px 1px 50px -1px black;
    height:400px;
    width: 80%;
    overflow-y :auto;
    /* margin-top:10%; */
    text-align:center;

  }
  .create-btn{
    display:inline-block;
    margin:80px auto 0;
    background-color:rgba(40, 58, 60, 0.9);
    font-size:17px;
    color:white;
    font-weight:bold;
    left:-75px;
    border-radius:20px;
    padding:10px 50px;
    height:35px;
    text-align:center;
    box-shadow: 0px 1px 15px -1px black;
    }
    .create-btn:hover{
    border:1px solid black;
    color:white;
    background-color:#47b2e4;
    cursor:pointer;
      }

 
      
  #message{
    width: 100%;
    box-sizing:border-box;

  }

