body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #343458;
    font-palette: dark;
    
}


header {
    display: flex;
    width: 100%;
    max-width: 50rem;
    min-width: 12rem;
    flex-direction: column;
    flex: 1;
    text-align: center;
    justify-content: space-around;
    background-color: #9eb7d5;
    border: 0.3rem solid #FFFFFF;
    padding: 0.5rem;
    margin-top: 1rem;
}

main {
    display: flex;
    width: 100%;
    max-width: 50rem;
    flex-direction: column;
    flex: 8;
    justify-content: space-around;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: fit-content;
    background-color: #90EDFF;
    border: 0.3rem solid #FFFFFF;
    padding: 0.5rem;
}

footer {
    display: flex;
    width: 100%;
    max-width: 50rem;
    flex-direction: column;
    flex: 1;
    text-align: center;
    background-color: #9eb7d5;
    border: 0.3rem solid #FFFFFF;
    margin-bottom: 1rem;
    padding: 0.5rem;
    font-size: 0.9rem;
}

html {
    height: 100%;
    align-items: center;
    display: flex;
}

hr {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1{
    font-size: 1.5rem;
}

nav, .linklist {
    word-spacing: 1rem;
    line-height: 1.2rem;
}

nav {
    font-size: 1.1rem;
}