a {
  color: #212529;
  text-decoration: none;
  border-bottom: 1px dotted #212529;
}

a:hover {
  color: #212529;
  border-bottom: 1px solid #212529;
}

#background-video {
  max-width: 100%;
  min-height: 100vh;
  width: auto;
  object-fit: cover;
  z-index: -1;
}

.video-container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .video-container {
    max-width: 300px;
  }
}

.rounded-custom {
  border-radius: 38px;
}

.betterthan {
  background-color: #eeebeb;
}

.tech-logos > img {
  margin: 12px;
}
