
  
  
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    /*color:white;*/
  }
  
  input[type=submit] {
      margin-top: 6px;
      margin-bottom: 6px;
    background-color: #EDE465;
    font-size: 20px;
    color: white;
    padding: 4px 25px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #EDE465;
   
  }
  input[type=reset] {
      margin-top: 6px;
      margin-bottom: 16px;
      background-color: #EDE465;
      font-size: 20px;
      color: white;
      padding: 4px 25px;
      border: none;
      border-radius: 2px;
      cursor: pointer;
    }
    
    input[type=reset]:hover {
      background-color: #EDE465;
    }
  
  .container {
    border-radius: 1px;
    /* background-color: #f2f2f2; */
    padding: 10px;
  }
  /* label{
      color:white;
  }
  
  li {
    margin-left: 25px;
    list-style-type: disc;
    
  }
  .content {
    background-color: white;
    padding: 4px;
  } */