
.btn {
    width: 200px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    margin: 20px;
    height: 70px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    background-color: #f15e64;
    border-radius: 50px;
    
}  

.btn a {
    color: #ffffff;
}

.btn:hover {
   
    width: 200px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    margin: 20px;
    height: 70px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    
    background-image: linear-gradient(to right, #b30808, #f15e64, #e14e53, #e2373f);
    box-shadow: 0 5px 15px rgba(215, 66, 71, 0.4);
}

button {
    box-shadow: none;
}

figure {
    display: grid;
    border-radius: 1rem;
    overflow: hidden;   
    align-items: center;
    justify-items: center;
}

figure > * {
    grid-area: 1/1;
    transition: .4s;
}

.grid {
    display: grid;
    grid-auto-flow: column;
    place-content: center;
}
  
.alert {
	padding-left: 20px;
    padding-top:10px;
    margin-left:-17px;
	background-color: #f44336;
	color: white;
    height: 43px;
    font-size: larger;
    font-weight: bolder;
    align-content: center;
    text-align: justify;
  }
