body {
    margin: 0pc;
    background-color: #181818;
}

.header_main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.nav {
    margin-left: 120px;
    margin-right: 180px;
}

.nav a {
    font-family: "Gideon",sans-serif;
    color: white;
    text-decoration: none;
    margin-right: 31px;
}

.nav a:last-child {
    margin-right: 0px;
}

.nav a:hover {
    color: grey;
}

.header_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 35px;
    color: white;
}

.title,
.subtitle {
    width: 40%;
    margin: 0;
    text-align: center;
}

.title {
    font-size: 80px;
    font-family: "Gideon",sans-serif;
}

.subtitle {
    font-size: 20px;
    font-family: "Gideon",sans-serif;
    margin-top: 17px;
}

.header_buttoms {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.header_first_butt {
    margin-right: 35px;
}

.headerimg {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}