/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@700');

/* Fontawesome */
@import url('https://use.fontawesome.com/releases/v6.1.2/css/all.css');

/* Components */
@import url("components/banner.css");
@import url("components/footer.css");
@import url("components/cards.css");

/* Utilities */
body {
  margin: 0;
  font-family: Open Sans;
  background: #F4F4F4;

}

a {
  text-decoration: none;
}

/* Custom design below! */

.social-icons {
  font-size: 40px;
  padding:20px;
}

.social-icons:hover {
  color:red;
}

h2 {
  text-align: center;
}

.info-text {
  padding: 25px 50px 50px 25px;
  margin: 25px 100px 25px 100px;
  border: 1px solid rgba(0,0,0,1);
  border-radius: 5px;
  box-shadow: black 10px 10px 10px rgba(0,0,0,1);
}
