.container {
    padding-top:20%;
    padding-bottom:10%;
    color:brown;
    font-size: 24px;
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #202020;
    height: 80%;
    vertical-align: middle;
    position: relative;
    justify-content: center;
    align-items: center;
    flex: 1;
    display: flex;
}

.main_image_logo {
    position: relative;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 200px;
    display: block;
}

footer {
    /*padding-bottom: 300px;*/
    background-color: #404040;
    min-height: 20%;
    margin-bottom: 0px;
    width: 100%;
    position: fixed;
    bottom: 0
}

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 */
}

.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;;
}

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;
}

footer .copyright {
    padding-top: 20px;    
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    color: #cecece;
    text-align: center;
}