header {
    background-color: rgb(51, 51, 51);
}

h1 {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    text-align: center;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #4CAF50;
    /* Change the background color as needed */
    color: white;
    /* Change the text color as needed */
    position: relative;
    bottom: 0;
    width: 100%;
}

.lienFooter:link {
    color: white;
}

.lienFooter:visited {
    color: white;
}

main {
    flex: 1;
    padding-left: 1%;
}