

body {
    background-color: #E9E9EB;
    font-family: "Helvetica", "Arial", sans-serif;
  }



h1 {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: black;
    font-size: 18px;    
}

h2 {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    color: #797673;
    font-size: 18px;    
}

a {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #797673;
    text-decoration: none;
}

a:hover {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #B4B4B4;
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E9E9EB;
    padding: 10px 40px;
    color: #E9E9EB;
    position: relative;
}

.navbar-left, .navbar-center, .navbar-right {
    display: flex;
    align-items: center;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    color: black;
}

.navbar-center {
    flex-grow: 1;
    justify-content: center;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    color: black;
    left: 50%; 
    transform: translateX(-50%);
    position: absolute;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #E9E9EB;
    color: black;
    border: none;
    cursor: pointer;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    padding: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #E9E9EB;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    color: #797673;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #E9E9EB;
    color: #B4B4B4;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #E9E9EB;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
}

.title-work {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 175px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.skill {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}

.skill > div {
    background-color: #E9E9EB;
    padding: 10px;
    text-align: center;
    flex: 1;
    max-width: 200px;
}

.skillbtn {
    background-color: #E9E9EB;
    color: black;
    border: none;
    cursor: pointer;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    margin-top: 15px;
}

.skillbtn a:hover {
    background-color: #E9E9EB;
    color: #B4B4B4;
}

.more {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: px;
    margin-bottom: 10px;
}

.portfolio {
    background-color: #E9E9EB;
    margin: 20px auto;
    margin-top: 50px;
    margin-bottom: 10px;
    width: 25%;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    color: #797673;
}

.more2 {
    background-color: #E9E9EB;
    color: #797673;
    border: none;
    cursor: pointer;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    margin-top: 15px;
}

.documents {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.documents a {
    margin: 5px 0;
    font-size: 18px;
    color: #797673;
    text-decoration: none;
}

.resume {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.portrait {

    height: 200px;
    width: 200px;
}
