
.shape {
    display: none;
    background-color: white;
  }
  
  
  input {
    width: 23%;
    text-align: center;
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin-bottom: 5%;
    border: 2px solid #ccc;
    outline: none;
  }
  
  
  button {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    background-color: #71305b;
    color: white;
    border: none;
    width: 36%;
    margin-top: 5%;
  }
  .content-box {
      justify-content: center;
      margin: 20px;
  }
  .shape {
    width: 90%;
    padding: 2%;
  }
  .form-control{
    width: 90% !important;
  }
  .shape p {
      font-size: 20px;
      line-height: 1.41;
      color: rgb(17, 48, 78);
  }
  
  #diffrentshaes {
     margin-top: 10%;
     margin-bottom: 6%;
     font-size: 20px;
  }
  
  select:hover {
    cursor:pointer;
  }
  
  label {
    margin-left: 37.5%;
    font-weight: bold;
  }
  @media only screen and (max-width: 350px) {
    .shape {
      width: 227px;
    }
  }
  header.nav-header {
    margin-top: -26px;
}
