body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

#dosbox-container {
    width: 640px;
    height: 480px;
    border: 1px solid black;
}

canvas {
    width: 100%;
    height: 100%;
}

button, input {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
}

#search-results {
    list-style-type: none;
    padding: 0;
}

#search-results li {
    margin: 5px 0;
    cursor: pointer;
}