.header h1 {
    color: #F9FAF8;
    font-size: 24px;
    margin: 0;
    margin-left: 225px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items:  center;
    padding: 15px 25px;
    flex-wrap: nowrap;

    
}
.right-links {
    display: flex;
    gap: 30px;
    color: white;
    margin-right: 250px;
    
}

.right-links a {
    text-decoration: none;
    color: inherit
}

body {
    background-color: #1F2937;
    font-family: 'Roboto', Airal, sans-serif;

}

.main-content {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #1F2937;
    

}

.main-title {
margin-left: 250px;
margin-top: 100px;
max-width: 600px;
display: flex;
flex-direction: column;
gap: 15px;


}

.main-title h2 {
    font-size: 48px; 
    color: white;
    font-weight: 900;
    width: 500px;
    margin: 0;
}

.main-title a {
    color: rgb(14, 122, 14);
}

.sub-text {
    font-size: 18px;
    color: #E5E7EB;
    max-width: 450px;
    line-height: 1.5;
}

button {
    background-color: #0f172a;
    color: white;
    border: none;
    padding: 8px 25px;
    
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

button:hover {
    background-color: #0056b3;
}

.image-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.image-content img{
    width: 50vh;
    height: 25vh;
    margin-top: 100px;
    margin-left: 0px;
    margin-right: 350px;
    border-radius: 6px;
}

.second-section {
    background-color: white;
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
}
.second-section h2 {
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
    font-family: 'Roboto', Airal, sans-serif;
    
}

.second-section img {
    width: 200px;
    border-radius: 6px;
}

.text-image-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    
}

.images {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 200px;
    
}


.text-image-container p {
    margin: 0;
    margin-top: 8px;
    width: 200px;
    font-size: 18px;
}

.third-section {
    display: flex;
    background-color: #E5E7EB;
    padding-bottom: 20vh;
    padding-top: 90px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}

.third-section p {
    display:flex;
    font-size: 36px;
    font-style: italic;
    color: #1F2937;
    font-weight: 300;
    max-width: 900px;
    
}

.quote p2 {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    justify-content: flex-end;
}

.fourth-section {
    padding-top: 10vh;
    height: 20vh;
    background-color: white; 
    border-radius: 6px;
    font-size: 18px;
    padding: 100px 500px;
}

.container {
    display: flex;
    flex: initial;
    
    background-color: #0f172a;
    align-items: center;
    justify-content: space-around;
    padding: 30px 10px;
    border-radius: 8px;
    max-width: 800px;
    min-width: 400px;
    
    
}
.text {
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.text > p {
    font-weight: 200;
    font-size: 16px;
}
.clickme {
    border: 1px solid white;
    
}

footer {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: white;
}



