body {
    height: 100%;
}

#app {
    height: 100vh;
    background: #1c5354;
}

.header {
    padding: 10px 0;
    background-color: #FFFFFF;
}

.jumbotron {
    background: #1c5354;
    padding-top: 50px;
    color: #FFFFFF;
}

.footer {
    background-color: #1c5354;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.description {
    padding-top: 10px;
    font-size: 22px;
}

.border-dotted {
    border-top-color: #a6a6a6;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}

.text-underline {
    text-decoration: underline;
}

h1 {
    margin-bottom: 30px;
}

a {
    color: #d47965;
}

a:hover {
    color: #b94c34;
    text-decoration: underline;
}


