

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto';
    background-color: #0e0e0e;
    display: flex;
    flex-direction: column;
}



.header {
    display: flex;
    background-color: #1f2937;
    justify-content:space-around;
    align-items: center;
    padding: 16px;
    align-self: center;

}

.links {
    display: flex;
    gap: 50px;
}

.links a {
    color: #b6b6b6;
    font-size: 18px;
    text-decoration: none;

}



.logo {
    font-size: 24px;
    color: #f9faf8;
    font-weight: 700;
}

.main {
    padding: 4rem 2rem;
    flex-wrap: wrap; /* allow stacking on small screens */
    gap: 3rem;
    height: auto;
}

.intro {
    width: 100%;
    max-width: 450px;
}

img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.square {
    width: 100%;
    max-width: 160px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.call-square {
    width: 100%;
    max-width: 1000px;
    flex-wrap: wrap;
    padding: 1.5rem;
}

.main {
    min-height: 350px;
}

.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.main {
    display: flex;
    padding: 65px;
    justify-content: center;
    align-items:center;
    gap: 50px;
    height: 350px;
    background-color: #1f2937;
}

.intro {
    display: flex;
    flex-direction: column;
    width: 450px;
    gap: 10px;
    
    
}


img {
    display: flex;
    height: 240px;
    width: 500px;
    
}
.text {
    color: #f9faf8;
    font-size: 48px;
    font-weight: 900;
    
}

.alt {
    color: #adadad;
    font-size: 18px;
}

button {
    display: flex;
    width: 120px;
    height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #3882f6;
    color: #f9faf8;
    border: none;             
    border-radius: 5px;        
    cursor: pointer; 
    font-weight: 700;
    font-size: 15px;
}

.infoheader {
    font-size: 36px;
    font-weight: bold;
}

.infohead {
    background-color: white;
    padding: 40px;
    gap: 50px;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 370px;

}

.info {
    display: flex;
    gap: 65px;
    
}


.square {
    display: flex;
    border: 4px solid #3882f6;
    border-radius: 11px;
    width: 160px;
    height: 160px;
}


.square img {
    width: 100%;
    height: 100%;
    
    
}

.sqtext {
    display: flex;
    flex-direction: column;
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    color: #4b5563;
}


.quote-container {
    display: flex;
    height: 400px;
    flex-direction: column;
    background-color: #e5e7eb;
    justify-content: center;
    align-items: center;
}

.quote {

    font-size: 36px;
    font-style: italic;
    font-weight:350;
    color: #1f2937;
    width: 800px;
    
}

.owner {
    justify-content:end;
    font-weight: bold;
    width: 610px;
    text-align: end;
    font-size: 21px;
}


.call-container {
    display: flex;
    height: 315px;
    background-color: white;
    justify-content: center;
    align-items: center;


}


.call-square {
    background-color: #3882f6;
    width: 1000px;
    display: flex;
    height: 150px;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;



}


.call-text {
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.call-alt {
    font-size: 15px;
    color:#c9d6ed;

}

.call-square button {
    border: 2px solid white;
}

footer {
    height: 100px;
    color:#e5e7eb;
    display: flex;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    background-color: #1f2937;
    font-size: 18px;


}