html {
    text-decoration: none;
    background: #060818;
    scroll-behavior: smooth;
}

html body {
    display: flex; 
    flex-direction: column; 
    margin:0;
    padding:0; 
    max-width: 100vw;
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}

content {
    width:100%;
    max-width: 100vw;
    flex-grow:1;

    display: flex; 
    flex-direction: column; 
    padding-top: 9vh;
}
contentFill {
    width:100vw;
    max-width: 100vw;
    flex-grow:1;

    display: flex; 
    flex-direction: column; 
    padding: 0%;
}
