/*
Coder: KLP
File: wordelIndexStyles.css
Date: 3/15/22

Styles used on index page

*/

div.jumbotron{
    background-color: #7dfdc2;
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-container{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.jumbotron p{
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
}

div.jumbotron p.lead a{
    color: #B59F3A;
    font-weight: bold;
}

