body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    min-height: 100vh;
    font-family: "Roboto", sans-serif;

}

.container{
    display: flex;
    flex-direction: column;
    width: 1000px;
}

.hero-section{
    display: flex;
    flex-direction: column;
    background-color: #1F2937;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 86px;
    padding-top: 8px;
    
}

.logo{
    font-size: 24px;
    color: #F9FAF8;
}

ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    gap: 12px;
}

a{
    text-decoration: none;
    color: #E5E7EB;
}

.share{
    display: flex;
    justify-content: center;
    align-items: center;

}

.hero{
    display: flex;
    justify-content: center;
    padding: 60px 0;
    gap: 30px;
}

.content{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 8px;

}

.butt{
    align-self: flex-start;
    border: none;
}

.maintext{
    font-size: 48px;
    color: #F9FAF8;
    font-weight: 900;
}

.sec-text{
    font-size: 18px;
    color: #E5E7EB;
}

button{
    background-color: #3882F6;
    color: #F9FAF8;
    border-radius: 5px;
    padding: 4px 14px;
    cursor: pointer; 
}

.placeholder{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e7eb70;
    color: #eff1fa;
    width: 400px;

}


.info-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-top: 26px;
    padding-bottom: 80px;
    gap: 20px;
}

.item{
    max-width: 140px;
    gap: 30px;

}

h2{
    padding: 0;
    margin: 0;
    color: #1F2937;
    font-size: 36px;
    font-weight: 900;
}

.item-one{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 8px;    
}

.image{
    width: 140px;
    height: 140px;
    border: 3px solid #3882F6;
    border-radius: 8px;
}

.quote-section{
    flex-direction: column;
    background-color: #E5E7EB;
    padding: 70px 160px;
    gap: 8px;
}

.quote{
    font-size: 36px;
    font-weight: 300;
    color: #1F2937;
}

.author{
    align-self: flex-end;
    font-weight: 700;
    font-size: 20px;
}


.outer{
    background-color: white;
    padding: 70px 0;
}

.call-action{
    display: flex;
    align-items:center;
    gap: 70px;
    background-color: #3882F6;
    border-radius: 5px;
    padding: 20px 70px ;
}

h3{
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #E5E7EB;
}

.adv{
    font-size: 16px;
    color: #E5E7EB;
}

.end{
    border: 2px solid #F9FAF8;
}

.footer{
    background-color: #1F2937;
    color: #E5E7EB;
    padding: 20px 50px;
}