body {
    background-color: #392D42;
    color: #fff;
}

body h1,
p {
    margin-left: 10px;
}

.home-page {
    text-align: center;
}

#home-page-background-photo {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    opacity: 50%;

}

a {
    cursor: pointer;
    color: lavender;
    text-decoration: none;
}

a:hover {
    color: pink;
}

.header-main {
    width: 100%;
    height: 60px;
    background-color: #665375;
    display: flex;
    justify-content: center;

}

.header-main-logo {
    width: fit-content;
    height: 100%;
    /* background-color: yellow; */
    padding-left: 60px;
    display: flex;
}

.header-main-logo img {
    height: 40px;
    align-self: center;
}

.header-main-nav {
    width: fit-content;
    height: 100%;
    /* background-color: orange; */
}

.header-main-nav ul {
    list-style: none;
}

.header-main-nav ul li {
    display: inline;
    float: left;
    margin-right: 10px;
}

.header-main-nav ul li a {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 60px;
}

.form-page {
    margin: 0 400px auto 400px;
}

.form-page li {
    font-size: 10px;
}