@charset "UTF-8";

main {
  user-select: none;
  
  -webkit-user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;

  margin-bottom: 50px;
}

main img {
  user-select: none;
  pointer-events: none;
}

.child-thumbnail {
  border-width: 0;
}

.child-one {
  width: 100%;
  margin-bottom: 30px;
  color: #FFFFFF;
  background-color: #4b91f4;
  padding-top: 0;
}

.card-message {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.child-1 {
  font-size: 2.5rem;
  margin-top: 0;
  height: 40px;
}

.child-2 {
  font-size: 1.5rem;
  color: #fff700;
  margin-bottom: 0;
}

.js-string-0 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.js-string-1 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.js-string-2 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* .card {
  transition: all 0.7s ease;
  border-width: 0;
  overflow: hidden;
  padding: 20px;
}

.card:hover img {
  opacity: 1;
  overflow: hidden   
}


.card:hover {
  transform: scale(1.1,1.1);
  overflow: hidden
}

@media (max-width: 800px) {
  .card {
    padding: 5px;
  }
} */



@media (max-width: 800px) {

  .child-1 {
    font-size: 2rem;
  }

  .child-2 {
    font-size: 1rem;
  }

  .js-string-2 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
}




