

.hp-header{
    display: flex;
    height: 40px;
    margin-top: 5px;
    align-items: center;
    justify-self: center;
    flex-direction: row;
    gap: 30px;
    padding-left: 10%;
    padding-right: 10%;

    background-color: hsla(120, 2%,5%,0.07);
}

h1{
    margin-top: 35px;
    text-align: center;
}
h6{
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
}

.hp-header-introduce{
    margin-top: 30px;
}