html {
    height: 100%;
}

body {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    margin: 0 auto;
}

.indexMain {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.headerTitle {
    text-align: end;
    margin: 0;
    cursor: default;
}

.indexHeader {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.headerMenu {
    border: 2px black solid;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 10px;
}

.headerMenuLink {
    display: block;
    width: 60px;
    padding: 5px;
    text-align: center;
}

.headerMenuLink:hover {
    font-weight: 700;
}


.actualProjectsSection {
    padding: 10px;
    flex-grow: 1;
    border: 2px black solid;
    border-top: none;
}

.indexFooter {
    width: 100%;
    height: 100px;
}

.actualProjectsList {
    padding-left: 0;
    list-style: none;
}
