header > nav {
    background-color: rgb(255 255 255);
    height: 5rem;
    justify-content: center !important;
    border-bottom: 1px solid #bdbdbd;
}

.logo {
    height: 3rem;
}




.st-form {
    display: flex;
    gap: 15px;
    overflow: auto;
}
.st-form-content {
    display: flex;
    gap: 15px;
    padding: 10px 0;
}

.st-form-content div {
    height: 6rem;
    width: 6rem;
    display: flex;
    justify-content: center;
    background-color: #ebf8ff;
    border-radius: 10px;
    border: 1px solid #155783;
    padding: 10px;
}
    .st-form-content div img{
        width: 100%;
        height: 100%;
    }


.transportation-checkbox {
    border: 1px solid #bfbfbf;
    padding: 12px 14px 12px 33px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}    


main > .container {
    padding: 90px 15px 0;
  }
  
  .footer {
    background-color: #e7e7e7;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  
  .footer > .container {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  code {
    font-size: 80%;
  }