/* Background Styling */
body {
    background-image: url(https://i.postimg.cc/YSZbGZZ5/photo-2023-08-13-15-02-45.jpg);
}

/* Highlighting the Active Navigation Link */
.container .nav .nav-items ul .home a {
    color: #eca049;
    text-shadow: 0px 3px 8px #eca049;
    text-shadow: 1px 1px 2px #232126;
    text-decoration: none;
}

/* Page Body Content Styling */
.container .body {
    padding: 180px 90px 50px 60px;
    width: 60%;
}

/* Main Heading Styling */
.container .body h1 {
    font-size: 65px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 90%;
}

/* Paragraph Text Styling */
.container .body p {
    margin-bottom: 35px;
    margin-left: 10px;
    width: 90%;
}

/* Call-to-Action Button Styling */
.container .body button {
    padding: 18px 40px;
    margin-left: 200px;
    margin-top: 50px;
    background-color: #eca049;
    color: white;
    box-shadow: 4px 6px 17px 2px #ac6031;
}