body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 20px;
}
header {
    background-color: #white;
    text-align: center;
}


.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


.hero-image {
    width: 120px;
    height: auto;
    border-radius: 8px;
}


.hero-text {
    max-width: 400px;
}


nav {
    margin-top: 20px;
}
nav a {
    margin-right: 15px;
    text-decoration: none;
    color: #ff964f; /* preferred theme colour  */
}
.construction {
    text-align: center;
    margin-top: 30px;
}
.construction img {
    width: 300px;
    height: 200px;
}
.tagline {
    font-size: 1.2em;
}
