@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,500;1,400&display=swap');

body {
  font-family: 'Ubuntu', sans-serif;
}

#cover {
  background: url('cover-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.py-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-section {
  padding-bottom: 80px;
}

.main-btn {
  background-color: #fff;
  color: #101820;
  transition: .3s ease-in-out;
}

.main-btn:hover {
  background-color: #e2e2e2;
  color: #101820;
  transition: .3s ease-in-out;
}

footer,
footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}
