body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.logo{
    height: 40px;
    width: 40px;
    margin-left: 80px;
    padding-top: 5px;
}

.container{
    display: flex;
    justify-content: space-between;
    gap: 15em;
    background-color: lightcoral;
    height: 100px;
}


.header{
   display: flex;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
}

.header-nav{
    display: flex;
    gap: 2em;
    margin-right: 100px;
    font-size: 18px;
}


.title{
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.main-photo{
    height: 250px;
    width: 600px;
    margin:8px; 
    margin-bottom: 50px;
    border: dotted white;
}

h1{

    margin-bottom: 0;
    padding: 0;
    font-size: 48px;
}



.section{
    display: flex;
    justify-content: center;
    background-color: lightcoral;
    align-items: center;

}

.header-signup{
    width: 80px;
    border-radius: 12px ;
    color: red ;
    font-weight: 800;
    padding: 5px;
}

.signup{
    color: red;
}


/*Main section*/

h2{
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
}


.center-photos {
    width: 300px;
    height: 300px;
    border-radius: 12px;
}

.hair-pictures{
    display: flex;
    list-style: none;
    gap: 4em;
    justify-content: center ;
    align-items: center;
}

.photo-text{
    text-align: center;

}

.container-2{
    display: flex;
    justify-content: center;
    margin: 100px;
}

.third-section{
    display: flex;
    height: 400px;
    background-color: beige;
    align-items: center ;
    justify-content: center;
    flex-direction: column;
    font-size: 36px;
    margin-bottom: 100px;
}



.author{
    align-self: flex-end;
    font-size: 20px;
    font-weight: 800;
    margin-right: 300px;

}

/* Last section */

.fourth-section{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 100px;
   background-color: red;
   width: 1500px ;
   margin-right: auto;
   margin-left: auto;
}

.cta-box{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    width: 1500px; 
    padding: 20px;
}

h3{
    
    font-size: 25px;
    margin-bottom: 0;
    
}

.call-to-action{
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
   
}

.footer-signup{
    align-self: center;
    padding: 5px;
    font-size: 20px;
    width: 100px; 
    text-align: center;
    margin-right: 200px;  
    border-radius: 12px;
}

.footer-signup a {
    color:red ;
}

/*footer*/

.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightcoral; 
    margin-top: auto;
    padding: 40px ;
    font-size: 18px;
    font-weight: 800;
}