body {
    background-image: linear-gradient(to bottom, #F9A628 0%, #F9CB28 60%);
}

.card {
    border-radius: 20px;
    height: 420px;
    border: black;
}

.btn {
    border-radius: 100px;
    padding: 1rem;
}

h1 {

    font-family: 'Francois One', sans-serif;
}

h5 {
    font-family: 'Francois One', sans-serif;
}

.card-text {
    font-family: 'Cabin', sans-serif;
}

.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 30vh;
}

.btn {
    background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    width: 90px;
    height: 60px;
    background-size: 200% auto;
    transition: all 0.5s !important;
    font-family: 'Cabin', sans-serif;
}


button:hover, button:focus {
    background-position: right center;
    color: black !important;
}

.button {
    height: 60px;
    background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
    border-radius: 10px;
    width: 70px;
    background-size: 200% auto;
    transition: all 0.5s !important;
}

