* {
    margin: 0;
    padding: 0;

}

p,
h1 {
    color: white;
}

h1 {
    font-size: 40px;
}

p {
    font-size: 20px;
}

img {
    height: 450px;

}


section h1 {
    font-family: 'Bitter', serif;
}

section p {
    font-family: 'raleway';
}

#content-header {
    background-image: url('../img/heading_darden.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;

}

#content-header p {
    display: grid;
    grid-template-columns: 1fr 1fr;
}




#navbar {
    display: flex;
    justify-content: center;
    list-style: none;
    height: 50px;
    align-items: center;
}

#navbar li {
    display: inline;
    margin: 0 50px;

}

#navbar a {
    text-decoration: none;
    color: inherit;
}

.first {
    background-color: #070709;
    width: 100%;
}

.second {
    background-color: #1c1c23;
    width: 100%;
}

#typ img {
    width: 900px;
    height: 550px;
}


.first,
.second {
    height: auto;
}

.grd2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.second .text-container {
    justify-content: flex-end;
    text-align: right;
}

.first .text-container {
    text-align: left;
}

.text-container {
    display: flex;
}

.header {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;

}

.header h1 {
    color: white;
    font-size: 30px;
    margin-top: 20px;
}



#inf img {
    width: 550px;
    height: 649px;
}
