*{
    margin: 0;
    border: 0;
}

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

#nav-bar{
    display: flex;
    justify-content: space-between;
    padding: 1rem 4rem;
    background-color: purple;
}

#nav-bar h1{
    height: 1,75rem;
}

#nav-bar-items{
    display: flex;  
}
#nav-items{
    display: flex;
    list-style: none;
    color:white;
    gap: 3rem;
}

#header{
    border: 1px solid magenta;
    margin-top: 4rem;
    width: 30%;
    padding: 1.5rem;
    margin-left: 4rem;
}

#header h1{
    font-size: 3rem;
    text-transform:uppercase;
    letter-spacing: 2px;
    justify-content: end;
}

#section-one{
    display: flex;
    margin-top: 6rem;
    align-items: end;
    padding: 0 4rem;
}

#section-one-txt{
    width: 30%;
    padding: 4rem;
}
#section-one-txt h2{
    font-size: 2rem;
    text-transform: uppercase; 
    
}

#section-two-title{
    display: flex;
    margin-top: 3rem;
    justify-content: space-evenly;
    

    
}
#section-two-images1 ul{
    display: flex;
    gap: 1rem;
    list-style: none;
    margin-top: 2rem;

}
#section-two-images2 ul{
    display: flex;
    gap: 1rem;
    list-style: none;
    margin-top: 1rem;
}