body {
    margin: 0;
    font-family: Arial, sans-serif;
}

header {
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo {
    max-width: 200px; /* Adjust the size as needed */
}

h1 {
    font-size: 140px;
    margin: 0;
    align-self: center;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a {
    margin-right: 10px;
    text-decoration: none;
}

.social-icons img {
    max-width: 60px; /* Adjust the size as needed */
    height: auto; /* Maintain aspect ratio */
}

#get-in-touch-btn {
    background-color: #3498db; /* Change the color as needed */
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    max-width: 100px;
}

nav {
    background-color: #f2f2f2; /* Light gray background color */
    padding: 10px;
    text-align: center;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.main-content {
    background-color: #fff;
    text-align: center;
    padding: 20px;
}

.main-content h1 {
    font-size: 60px;
}

.main-content h2 {
    font-size: 30px;
    color: #555;
    margin-bottom: 20px;
}

.background-box {
    background-color: white;
    border-radius: 20px;
    margin: auto;
    max-width: 1000px;
    padding: 30px;
}

.main-content {
    /* Additional styles for the main content container */
    text-align: center;
    padding: 20px;
    background-image: url('../../images_folder/grass.jpg');
    background-size: cover;
}

.revival-section {
    /* Additional styles for each revival section */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.revival-section img {
    /* Additional styles for section images */
    border-radius: 50%;
    max-width: 300px;
    height: auto;
    margin: 0 20px;
}

.section-content {
    /* Additional styles for section content */
    text-align: left;
    max-width: 600px;
    background-color: grey;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
}
