body {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
}

h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_bar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-size: 60px;
    gap: 110px;
}

.face {
    display:flex;
    flex-direction: column;
    font-size: 30px;
    justify-content: center;
    align-items: center;
}

.projects {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 20px;
    margin-inline: 200px;
    gap: 50px;
}

.text_box {
    color: white;
    background-color: black;
    padding: 20px;
    border-radius: 15px;
}

.personal {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 100px;
}

.desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-inline: 500px;
    gap: 300px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.logo {
    width: 400px;
    height: auto;
}

.face_img {
    border-radius: 40px;
    width: 600px;
    height: auto;
}

.footer_logo {
    width: 200px;
    height: auto;
}

