* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
}

header {
    background: black;
    color: red;
    padding: 10px 0;
    text-align: center;
}

.logo {
    font-family: 'Times New Roman';
    font-size: 2.5rem;
    color: red;
    font-weight: bold;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.hero {
    background: url('path/to/your-image.jpg') no-repeat center center/cover;
    color: #fefff2;
    text-align: center;
    padding: 100px 20px;
}

.hero h1 {
    font-size: 2.5rem;
}

.hero p {
    font-size: 1.2rem;
    margin: 20px 0;
}

.btn {
    background: #d35400;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn:hover {
    background: #c0392b;
}

section {
    padding: 60px 20px;
    text-align: center;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

article {
    background-image: url("https://images.squarespace-cdn.com/content/v1/63f92eee601bcb4bd104b805/c5c9776a-bae3-4ba1-888a-ea2cfe949650/Website+Background+Option+1.JPG");
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.wow {
    color: #ffffff;
    font-family: Roboto;
    font-weight: bold;
}

.video {
    text-align: center;
    padding-left: 110px;
}