html, body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    background-color: #000000;
    color: #ddd;
    font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.technical-work-info {
    font-size: 18px;
}

.main-title-text {
    margin-top: 80px;
    margin-bottom: 60px;
}

.main-title-text h1 {
    font-size: 120px;
    font-weight: 300;
    font-family: 'EB Garamond', sans-serif;
}

.main-title-text-smaller h1 {
    font-size: 90px;
    font-weight: 300;
    font-family: 'EB Garamond', sans-serif;
}

@media (max-width: 500px) {
    .main-title-text h1 {
        font-size: 64px;
    }

    .main-title-text h5 {
        font-size: 24px;
    }

    .main-title-text h6 {
        font-size: 16px;
    }
}