* {
    box-sizing: border-box;
    font-family: 'Nunito';
    margin: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #d2c0aa;
}

::-webkit-scrollbar-thumb {
    background: #4c5d78;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
    background: #334455;
}

html {
    scroll-padding-top: 12vh;
}

body {
    background-color: #faf8f2;
    scroll-behavior: smooth;
}

header {
    align-items: center;
    background-color: #d2c0aa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    height: 10vh;
    justify-content: center;
    position: sticky;
    top: 0;
}

.headerTitleBox {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 30%;
}

.headerTitle {
    color: #334455;
    text-align: center;
}

nav {
    align-items: center;
    background-color: #bda27e;
    border-radius: 20px 0 0 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0 2%;
    width: 70%;
}

a {
    text-decoration: none;
}

.navText {
    color: #334455;
    text-align: center;
}

.navText:hover {
    text-decoration: underline;
}

code {
    font-family: Consolas,"courier new";
    color: crimson;
    background-color: #f1f1f1;
    padding: 2px;
    font-size: 100%;
}
  

.mainContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 210vh;
    width: 100%;
    color: #334455;
    justify-content: space-between;
    padding: 2%;
}

.mainContent2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 210vh;
    width: 100%;
    color: #334455;
    justify-content: space-between;
    padding: 2%;
}

#mainContentInterest {
    height: 110vh;
}

#mainContentProject {
    height: 290vh;
}

#mainContentProject2 {
    height: 90vh;
}

#mainContentProject3 {
    height: 310vh;
}

#mainContentQualities {
    height: 150vh;
}

.skillSection {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(200, 198, 192, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 60vh;
    width: 85%;
    text-align: center;
    justify-content: space-evenly;
    padding: 0 2%;
}

.interestSection {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(200, 198, 192, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 90vh;
    width: 85%;
    text-align: center;
    justify-content: space-evenly;
    padding: 0 2%;
}

.projectSection {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(200, 198, 192, 0.75);
    display: flex;
    align-items: center;
    height: 270vh;
    flex-direction: column;
    width: 85%;
    text-align: center;
    justify-content: space-evenly;
    padding: 0 2%;
}

.projectSection2 {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(200, 198, 192, 0.75);
    display: flex;
    align-items: center;
    height: 70vh;
    flex-direction: column;
    width: 85%;
    text-align: center;
    justify-content: space-evenly;
    padding: 0 2%;
}

.projectSection3 {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(200, 198, 192, 0.75);
    display: flex;
    align-items: center;
    height: 280vh;
    flex-direction: column;
    width: 85%;
    text-align: center;
    justify-content: space-evenly;
    padding: 0 2%;
}

.qualitiesSection {
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(200, 198, 192, 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 40vh;
    width: 85%;
    text-align: center;
    justify-content: space-evenly;
    padding: 0 2%;
}

p {
    font-size: large;
}

.skillSection p {
    font-size: larger;
}

.projectSection h3 {
    text-decoration: underline;
}

.projectSection p {
    font-weight: 450;
}

.projectSection3 img {
    width: 720px;
    height: 480px;
}