body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background-image: linear-gradient(to bottom right, #00F490, #00BBC9);
}

h1 {
    font-family: 'Abril Fatface', cursive;
}

.jumbotron {
    background-color: rgba(176, 224, 230, 0);
}

.drop-shadow {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.151);
}

.lead {
    color: white;
    font-size: 2.2rem;
}

.btn-outline-light {
    border-color: white;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.205);
}

.btn-primary {
    background-color: #00BBC9;
}