body {
    background: lightcyan;
}

header {
    height: 502px;
}

.greeting {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: lightcyan;
}

h1 {
    font-size: 500%;
    width: 900px;
    padding: 70px;
}

.headImage {
    width: 380px;
    height: 432px;
}

img {
    width: 200px;
}

.headnav {
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 20px;
    height: 70px;
    background: ghostwhite;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 20px;
    background: white;
}

.Crete2023-06 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.London2022-03 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

p {
    padding: 20px;
    font-size: 20px;
}

.cv {
    color: grey;
    padding-left: 20px;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
}
.foot-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

h3 {
    font-weight: bold;
}

.socials {
    padding: 20px;
}

li {
    padding-bottom: 10px;
}
