html {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.btn-main {
    background-color: #07f2f2 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.text-main {
    color: #07f2f2 !important;
}

.light-link {
    text-decoration: none;
    color: #bbb;
}

    .light-link:hover {
        color: #fff;
    }
