.redTitle {
  color: red !important;
}

    * {
      box-sizing: border-box;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      -webkit-text-size-adjust: none;
      text-size-adjust: none;
      font-family: Verdana,Geneva,Arial,sans-serif;
      vertical-align: top;
      /* font-family: 'Montserrat', sans-serif; */
    }

    * ::-webkit-scrollbar {
      width: 10px;
      background-color: #333;
        height: 3px;
    }

    * ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
    }

    * ::-webkit-scrollbar-thumb {
      background-color: #c6c6c6;
      outline: 1px solid slategrey;
      border-radius: 5px;
    }

    .m-b-3 {
      margin-bottom: 3px;
    }

    .m-t-6 {
        margin-top: 6px;
    }
    .m-t-12 {
        margin-top: 12px;
    }
    .m-t-20 {
        margin-top: 20px;
    }


    .m-t-50 {
        margin-top: 50px;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    body {
      float: left;
      width: 100%;
      -webkit-font-smoothing: antialiased;
      background: #444;
    }

    a {
      cursor: pointer;
    }

    section {
      float: left;
      width: 100%;
    }

    .container {
      float: left;
      width: 100%;
      padding: 0 15px;
      height: 100%;
    }
