.jumbotron {
    height: 100vh;
    margin: 0;
    text-align: center;
    background-color: #e7b2a5;
}

h1 {
    color: #30475e;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Raleway', sans-serif;
}

h4 {
    color: #30475e;
    font-family: 'Roboto Mono', monospace;
}