html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.table-text-bold{
    font-weight:bold;
}

.main-404 {
    font-size: 80px;
    font-weight: 800;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.submain-404 {
    font-size: 25px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-top: -40px;
}

.text-404 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.container-404 {
    width: 300px;
    margin: 0 auto;
    margin-top: 15%;
}