
body { 
    font-family: 'Titillium Web', sans-serif;

}
header {
    width: 100%;
    
}
.header-logo {
    display: flex;
    justify-content: center;
    height: fit-content;
}
main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section {
    width: 1000px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
nav {
    display: flex;
    width: 100%
}
nav a {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 10px;
}
#admin {
    
    margin-left: auto;
    margin-right: 10px;
    
}