*::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

*::-webkit-scrollbar-track {
  background: #18325b;        /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
  background-color: #e4002b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #18325b;  /* creates padding around scroll thumb */
}
* {
  scrollbar-width: thin;
  scrollbar-color: #e4002b #18325b;
}
#content {
    border: transparent;
}

.wpforms-container.wpforms-container-full{
    font-family: Montserrat;
    font-size: 18px;
}
