.container {
    padding-top: 10%;
    padding-bottom: 40%;
    color: brown;
    font-size: 24px;
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #202020;
    height: 90%;
    vertical-align: middle;
    position: relative;
    justify-content: center;
    align-items: center;
    flex: 1;
    display: flex;
    flex-direction: column; /* Stack elements vertically */
}

.main_image_logo {
    position: relative;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px; /* Adjust padding as necessary */
    display: block;
}

.header_image_logo {
    /*position: relative;*/
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px; /* Adjust padding as necessary */
    /*display: block;*/
}

header {
    display: flex;
}

header h1 {
    align-content: center;
}

footer {
    /*padding-bottom: 300px;*/
    background-color: #404040;
    min-height: 20%;
    margin-bottom: 0px;
    width: 100%;
    position: fixed;
    bottom: 0
}

.footer_item {
    color: #ffffff;
    text-align: start;
    padding: 10px;
}

header h1 {
    color: #ffffff00; 
    margin:0px;
    font-size: 1px;
}

body {
    display: block;
    background-color: #202020;
    padding-left: 0%;
    padding-right: 0%;
    margin: 0;
  height: 100%; /* Ensure the body spans the full viewport height */
  box-sizing: border-box; /* Prevent padding from affecting height */
}

.container p {
    max-width: 800px;
}

body h1 {
    color: #ffffffff; 
    margin:0px;
    font-size: 30px;
}


.wrapper {
  display: flex;
  flex-direction: column; /* Stack content vertically */
  min-height: 100vh; /* Make the wrapper fill at least the full viewport height */
}

footer .links a {
    color: #cdcdcd;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-decoration: none;
}

footer .links a:hover {
    color: #e6e6e6;;
}

.container a {
    color: #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
}

.container a:hover {
    color: #f6f6f6;;
}

footer {
    justify-content: center;
    align-content: center;
}

footer .links_container {
    display: flex;
    justify-content: center;
}

footer .links {
    justify-content: space-between;
    align-content: center;
    display: flex;
    /*max-width: 400px;*/
}

footer .links .links_column {
    /* background-color: aqua; */
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    max-width:400px;
}

footer .copyright {
    padding-top: 20px;    
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    color: #cecece;
    text-align: center;
}

p {
    color: #DBDBDB;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 8px;
    font-size: 14pt;
    text-align: start;
}