* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Antonio", sans-serif;
  background-color: #202020;
  color: #ffc107;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.main-container {
  background-image: url("images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.services {
  list-style: none;
  font-weight: bold;
}

.info a {
  color: #ffc107;
  text-decoration: none;
}

.info a:hover {
  text-decoration: underline;
}

