.evethayir {
    justify-content: center;
    text-align: center;
    max-width: 500px;
    font-family: monospace;
}
h1 {
    font-size: 45px;
    margin-bottom: 20px;
    font-family: monospace;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: monospace;
}

button {
    padding: 10px 20px;
    font-size: 45px;
    cursor: pointer;
    border: none;
    background-color: #000000;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-family: monospace;
}

button:hover {
    background-color: #021a33;
}

#answer {
    font-size: 24px;
    text-align: center;
    font-family: monospace;
    line-height: 1;
    white-space: pre-line; 
}