body {
    background: url('siberian_wasteland.png') no-repeat center center fixed;
    background-size: cover;
    color: #66a3ff;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
}
.container {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
    width: auto;
}
input, button {
    font-size: 20px;
    padding: 10px;
    width: 120px;
    text-align: center;
    border-radius: 10px;
    border: none;
}
button {
    background-color: #66a3ff;
    color: white !important;
    cursor: pointer;
    margin-top: 10px;
}
.results {
    margin-top: 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
}
.column {
    width: 48%;
    padding: 10px;
    text-align: left;
    border-radius: 15px;
}
.column p {
    margin: 5px 0;
    white-space: nowrap;
}
