* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif
}

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

#nav {
    background-color: rgb(19, 19, 78);
    display: flex;
    justify-content: space-between;
    padding: 1rem 4rem;
}

#nav img {
    height: 1.75rem;
}

#nav ul {
    display: flex;
    list-style: none;
    color: white;
    gap: 2.5rem;
}

#header {
    border: 1px solid rgb(19, 19, 78);
    border-radius: 12px;
    margin-top: 4rem;
    width: 30%;
    padding: 4rem;
    margin-left: 4rem;
}

header h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

#section-one img {
    width: 100%;
}

#section-text {
    width: 60%;
    padding-left: 2rem;
}

section-text h2 {
    font-size: 4rem;
}

section-text p {
    margin-top: 2rem;
    line-height: 1.6rem;
}

#section-two {


    margin-top: 3rem;
    padding: 0 4rem;
}

#section-two-text {
    display: flex;
    justify-content: space-between;
    
    align-items: center;
}

#section-two-text h2 {
    font-size: 3rem;
    text-transform: uppercase
    ;
    letter-spacing: 2px;
    font-weight: 300;
}

#section-two-text button {
    padding: 8px 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: transparent;
    cursor: pointer;
}

#image-list-container {
    margin-top: 4rem;
}

.image-list {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.image-list {
    width: 100%;
}

#foot-one {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 8rem;
    margin-top: 10rem;
}

#foot-one img {
    height: 1.6rem;
}

#foot-one ul {
    display: flex;
    list-style: none;
    color: white;
    gap: 2.5rem;
}

#foot-two {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 8rem;
    height: 4rem;
}

.tech-list {
    background-color: black;
    display: flex;
    list-style: none;
    color: white;
    gap: 2.5rem;
    margin-top: -2rem;
}
