:root {
    --max-width: 960px;
    --primary-color: rgb(236, 232, 227);
    --secondary-color: #ff4655;
    --perpretary-color: #030304;
    --linear-gradient: ;
}

  a{
    text-decoration: none;
  }
  
  ul {
    list-style: none;
  }
  
  p {
    margin-top: -20px;
    margin-bottom: 15px;
    padding-left:25px;
  }
  
  img {
    max-width: 180px;
    max-height: 180px;
    object-fit: contain;
  }
  
  h1,h2,h3,h4,h5,h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    line-height: 1.5;
    font-weight: 400;
    font-size: normal;
  }
  
  h1 {
    font-size: 108px;
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .content{
    max-width: var(--max-width);
    margin: auto;
    line-height:1.5;
    background-color: rgba(26, 17, 43, 1);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px,10px, 0px, 0px;
    position: relative;
  }
  
  .container {
    max-width: var(--max-width);
    margin: auto;
    line-height:1.5;
    background-color: rgba(18, 12, 29, 0.91);
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0px, 0px, 5px, 5px;
    position: relative;
  }
  
  body::before{
  content: "";
  background-image: url(asset/Bg_revised.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  }
  
.container,.content, section {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 70px;
  padding-left: 70px;
}

  body {
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 0%;
    color: white;
  }

   .container-flex{
    display: flex;
   }

   label{
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
   }

    input[type="email"]{
      margin-left: 25px;
      width: 872px;
      height: 25px;
    }

    input[type="text"]{
      margin-left: 25px;
      width: 872px;
      height: 25px;
      
    }

    input[type="number"]{
      margin-left: 25px;
      width: 872px;
      height: 25px;
    }

    input[type="checkbox"]{
      margin-right: 10px;
      margin-top: 7px;
      margin-bottom: 7px;
      margin-left: 25px;
    }
    
    input[type="textarea"]{
      width: 872px;
      height: 25px;
      border-radius: 3px;
      margin-left: 25px;
    }

    input[type="radio"]{
      margin-left: 25px;
    }

    #idea{
      height: 100px;
    }

    #submit{
      margin-top: 75px;
      width: 100px;
      height: 50px;
      border-radius: 7px;
    }