body {
      margin: 0;
      width: 100%;
      height: 100%;
}

.container {
  padding-top: 5em;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 0.93;
}

.container .inner {
  background-color: #f5f5f5;
  border-radius: 40px;
}

.container .inner .content {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-top: 1em;
}

.navbar {
  border-radius: 30px 30px 0px 0px;
}

.footer {
  position: relative;
  height: 50px; /* Set the fixed height of the footer here */
  line-height: 50px; /* Vertically center the text there */
  background-color: #343a40!important;
  border-radius: 0px 0px 30px 30px;
}

* {
    cursor: url(//wagecuck.club/img/check.png) -5 -5,default!important;
}
