header {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px 0px;
    position: relative;
    padding: 20px 20px;
    background-color: white;
}

#header_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.apply_create {
    color: #953192;
    border: 1px solid #953192;
    padding: 14px 15px 14px 15px;
    font-size: 0.875rem;
    min-width: 64px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    text-decoration: none;
}

#create_apply {
    display: flex;
    flex-direction: row;

}

@media (max-width: 750px) {

    #header_menu {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #back_to_site {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 15px;
    }
}