@import url("https://fonts.googleapis.com/css?family=Roboto:300");

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #36454f;

  font-size: 18pt;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000;
}

.container {
  user-select: none;
}

a {
  color: #ffffff;
}

.btn-card {
  background-color: #ededed;
}

.btn:hover {
  background-color: #556d7c;
}

.col {
  display: flex;
  justify-content: center;
}

.card {
  flex-direction: row;
  align-items: center;
  width: 24rem;
}

.card-img {
  width: 6rem;
}

h6 {
  text-align: center;
}
