@import "fonts.css";

::-moz-selection,
::selection {
  background-color: rgba(88, 147, 249, 0.342);
}

html {
  height: 100%;
  background-color: #f7f8fa;
}

body {
  color: #4e4b5c;
  font-family: rubik-light;
  /* height: 100%; */
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.container-a {
  margin-top: 5%;
  margin-left: 10%;
}

.container-a > p {
  line-height: 1.75em;
  width: 350px;
}

.container-c {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  /* grid-template-rows: repeat(auto-fit, minmax(80px, 80px)); */
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
}

.container-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  color: #555;
  text-decoration: none;
  min-width: 225px;
  border-radius: 5px;
  font-family: rubik-bold;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 16px;
}

.container-card > p {
  font-size: 16px;
  margin: 0;
}

.container-card > img {
  width: 32px;
}

.container-card:hover {
  /* box-shadow: 0px 0px 999px 10px rgba(88, 147, 279, 0.75); */
  background-color: #5893f9;
  color: #ffffff;
  box-shadow: 0 10px 14px rgba(71, 134, 255, 0.4);
}

h1 {
  font-size: 58px;
  letter-spacing: 1px;
}

.highlight {
  color: #5893f9;
}
