* {
  font-family: Arial,  Helvetica, sans-serif;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

/* Mobile Version */
@media (max-width:1024px) {

  .card {
    max-width: 98%;
  }

  button {
    /*border: none;*/
    height: 50px;
    font-size: 18px;
  }

}

.title {
  color: grey;
  font-size: 18px;
}

button {
  /*border: none;*/
  border-bottom: solid 1px;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #ee0222;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
}

.top-border {
  border-top: solid 1px;

}

a {
  text-decoration: none;
  font-size: 18px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.9;
}

.margin-left {
  margin-left: 4px;
}

.margin-right-icon {
  margin-right: 10px;
}

.menu-space-top {
  margin-top: 1px;
}

.no-hover:hover {
  opacity: 1.0;

}
