img {
    /* border: 1px solid #ddd; */
    width: 150px;
    
  }
  .form-control{
    border-radius:4px;
    border-color: hsl(0, 79%, 48%);
    border-width: 1px;
    background-color: transparent;
    color:rgb(29, 29, 29);
  }
  .form-select{
    border-radius:4px;

  }
 
  a{
    text-decoration:none;
    font-size:14px;
  }

  button{
    border-radius:20px;
  }
  .form-label{
    color:#d31414;
  }
