.jumbotron {
  background-image: url("https://i.gyazo.com/f33af7a98d13fee550506602711f61dd.jpg");
  background-size: cover;
  background-position: center 60%;
}

button {
  color: #1D9AF2;
  background-color: #292D3E;
  border: 1px solid #1D9AF2;
  border-radius: 4px;
  padding: 0 15px;
  cursor: pointer;
  height: 32px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

button:hover {
  transform: scale(1.1);
}

.style-chooser .vs__search::-moz-placeholder {
  background: #dfe5fb;
  border: none;
  color: #394066;
  width: 450px;
  text-transform: lowercase;
  font-variant: small-caps;
}

.style-chooser .vs__search:-ms-input-placeholder {
  background: #dfe5fb;
  border: none;
  color: #394066;
  width: 450px;
  text-transform: lowercase;
  font-variant: small-caps;
}

.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__dropdown-menu,
.style-chooser .vs__dropdown-min-width {
  background: #dfe5fb;
  border: none;
  color: #394066;
  width: 450px;
  text-transform: lowercase;
  font-variant: small-caps;
}

.style-chooser .vs__clear,
.style-chooser .vs__open-indicator {
  fill: #394066;
}

.container {
  font-size: 26px;
  font-weight: 600;
}

h1 {
  font-size: 26px;
  font-weight: 600;
  opacity: 0.5;
}

.lead {
  font-size: 20px;
  font-weight: 600;
  opacity: 0.5;
}

#app {
  max-width: 30em;
  margin: 1em auto;
}

.block {
  margin: 50px 0px 50px auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-card {
  width: 300px;
  background: white;
  padding: 0.4em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.block-card-img {
  width: 100%;
  height: 150px;
}
.block-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-card h1 {
  margin: 0.4em 0;
  font-size: 21px;
  font-family: arial;
}
.block-card p {
  font-size: 18px;
  margin: 0.5em 0;
  font-family: arial;
}
.block-card a {
  background: #177E89;
  color: white;
  text-decoration: none;
  padding: 0.4em 0.6em;
  margin: 0.7em 0;
}