/*
.main-content {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .main-content .item {
    display: grid;
    grid-template-rows: 1fr min-content;
    align-items: center;
    justify-content: center;
    height: 50vh;
    flex-wrap: wrap;
    background: var(--bg-color);
  }
  .main-content .item:not(.footer) {
    padding-top: 1rem;
  }
*/

.button-top {
    background: #000 !important;
    white-space:normal !important;
    word-wrap: break-word; 
    max-width: 400px;
}

#banner a {
    color: whitesmoke !important; 
    text-decoration: none;
}

.button-mid {
    color: whitesmoke !important; 
    text-decoration: none;
    white-space:normal !important;
    word-wrap: break-word; 
    max-width: 400px;
}

.button-last1 {
    background: orange !important;
}

.button-last {    
    color: black !important; 
    text-decoration: none;
    white-space:normal !important;
    word-wrap: break-word; 
    max-width: 400px;
}

button {
	background: limegreen;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 50px;
	padding: 0.8rem 2rem;
	font: 24px "Margarine", sans-serif;
	outline: none;
	cursor: pointer;
	position: relative;
	transition: 0.2s ease-in-out;
	letter-spacing: 2px;
}
/*
.button-hand button:before {
    content: "👇";
    font-size: 60px;
    transform: scaleX(-1);
    right: 145px;
    top: 40px;
    animation: up-down 1s infinite;
    transform: rotate(223deg);
}
*/
.button-hand button .hands:before, .button-hand button .hands:after {
    content: "👇";
    font-size: 40px;
    opacity: 0;
    transition: 0.4s ease-in-out;    
    position: absolute;
  }
  .button-hand button .hands:before {
    transform: rotate(-60deg);
    left: -45px;
    top: -10px;
    position: absolute;
  }
  .button-hand button .hands:after {
    transform: rotate(170deg);
    right: 30px;
    top: 50px;
    position: absolute;
  }
  .button-hand button:hover .hands:before {
    opacity: 1;
    left: -35px;
    position: absolute;
  }
  .button-hand button:hover .hands:after {
    opacity: 1;
    top: 40px;
    position: absolute;
  }
  
  .main-content2 {
    margin-left: auto;
    margin-right: auto;
    /* width: 8em; */
    display: block;    
    margin: auto;
    text-align: center;
    padding: 0px 0px 55px 0px;
  }

    .main-content3 {
        margin-left: auto;
        margin-right: auto;    
        display: block;    
        margin: auto;
        text-align: center;    
    }

  a {
    color: #fff;
  }