body.pickleball{
    background-color:#f8fafc;
    
}
.col h1{
    font-family: "Archivo Black", "Helvetica Neue", Helvetica, sans-serif;
    color: #009af8;
    font-size: 50px;
}
.vcenter-item{
    display: flex;
    align-items: center;
}
/* Some custom styles to beautify this example */
.wrapper{
    min-height: 100vh;
    background-image: url('../img/bg_image.png');
    background-repeat: no-repeat;
    background-position: top right -200px;
    background-size: cover;
}

.footer.rounded-2 {
    background-color:#e2f0f7;
    margin-top:20px;
    padding:5px;
    
}
.row {
    margin: 10px;
}

@media only screen and (max-width: 600px) {
    .input-group.input-icons  {
      display:block;
    }
    .input-group.input-icons>.form-control{
        width:100%
    }
  }