
body {
  background: rgb(251,155,255);
  background: linear-gradient(0deg, rgba(251,155,255,1) 0%, rgba(253,187,45,1) 100%);
  background-color: linear-gradient(0deg, rgba(251,155,255,1) 0%, rgba(253,187,45,1) 100%);
  background-repeat: no-repeat;
  /* background-size: ; */
  /* height: 100%; */
  /* max-height: 100vh; */
}


.icon{
    border-radius: 20px;
    box-shadow: azure;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 100px;
    width: 100px;
}

.banana-bg {
  background: url('assets/banana.png');
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(148 182 221) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.black-and-white {
  font-family: 'Black And White Picture', sans-serif;
}
.poppins {
  font-family: 'Poppins', sans-serif;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}
.index-icon{
  max-width: 100%;
  width: 120px;
}
.logo-icon {
  max-width: 100%;
  width: 120px;
}

.rally-wrapper {
  width: 500px;
}

.register-event {
  background-color: aliceblue;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}