html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 100px;
}

main {
    padding-bottom: 60px; /* Adjust the value to your preference to create space for the footer */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa; /* Set the background color of the footer as needed */
}

.affiliate-link-indicator {
    font-size: 0.6em;
    color: #777;
}

.link-products{
    margin-bottom: 10px;
}


.external-link a span {
    font-size: 10px;
    text-decoration: none;
    color: black; 
    
}


.windows-console {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.windows-console-input {
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    color: #00FF00;
    background-color: #000000;
    padding: 10px;
}

.console-prefix {
    color: #00FF00;
}

input#txtQuestion {
    border: none;
    background: transparent;
    color: #00FF00;
    outline: none;
    width: 100%;
}


.game-modal .modal-dialog {
    max-width: 800px;
    margin: 2rem auto;
}

.game-screen {
    background: black;
    color: lime;
    border: 5px solid lime;
    border-radius: 15px;
}

.game-header {
    background: darkgreen;
}

.game-body {
    height: 400px;
    overflow-y: auto;
}

.game-footer {
    background: darkgreen;
}


.game-over-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 48px;
    font-weight: bold;
    color: red;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
}

.game-console{
    height:400px;
    padding:0px;
    margin:0px;
}
.game-body {
    margin: 0px;
    padding: 0px;
}