/* style.css */

.jumbotron {
    margin-top: 30px;
    border-radius: 0;
    color: blue;
    background-image: url("images/mc_scene_2.png");
    background-size: cover;
}

h1 {
    font-family: 'Do Hyeon', sans-serif;
}

h6 {
    font-weight: bold;
}

p {
    font-size: 125%;
}

