.application-button{
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 200ms,background 200ms;
    background: #780000;
    color: #ffffff;
    box-shadow: 0 0 0 3px #ff0004 inset;
    text-decoration: none;
}
.application-button:hover{
    transform: translateY(-2px);
    background: transparent;
    border: solid white 2px;
}
.learn-more-button{
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ff0004;
    color: #ffffff;
    text-decoration: none;


}
.learn-more-button:hover{
    transform: translateY(-2px) !important;
    box-shadow: 5px 5px 15px rgba(77, 73, 73, 0.3);
}

.red-link{
    color: #780000;
    text-decoration: underline;
}
.red-link:hover{
    color: #ff0004;
    cursor: pointer;
}
.small-button {
    font-size: 18px;
    color: #e1e1e1;
    font-family: inherit;
    font-weight: 800;
    cursor: pointer;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
}

.small-button:hover {
    color: #fff;
}


.small-button:hover:after {
    width: 100%;
    left: 0%;
}

.small-button:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}

.fee-button1-6 {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    padding: 6px 20px 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 200ms, background 200ms;
    background: transparent;
    color: #ff0004;
    box-shadow: 0 0 0 3px #ff0004 inset;
    text-decoration: none;
}

.button-48 {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    padding: 6px 20px 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 200ms, background 200ms;
    background: transparent;
    color: #ff0004;
    box-shadow: 0 0 0 3px #ff0004 inset;
    text-decoration: none;
}
.tez-button{
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 200ms,background 200ms;
    background: transparent;
    color: #ff0004;
    box-shadow: 0 0 0 3px #ff0004 inset;
    text-decoration: none;
}
.tez-button:hover{
    transform: translateY(-2px);
}
.mountain-dew-button{
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 200ms,background 200ms;
    background: transparent;
    color: #94c93d;
    box-shadow: 0 0 0 3px #94c93d inset;
}
.mountain-dew-button:hover{
    transform: translateY(-2px);
}
.fanta-button{
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    padding: 14px 24px 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 200ms,background 200ms;
    background: transparent;
    color: #ff7200;
    box-shadow: 0 0 0 3px #ff7200 inset;
}
.fanta-button:hover{
    transform: translateY(-2px);
}

