body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

h3 {
    color: #333;
}

input {
    padding: 8px;
    margin-bottom: 10px;
}

button {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

#secondThrow,
#thirdThrow {
    margin-top: 10px;
    font-weight: bold;
}

#secondThrow::before,
#thirdThrow::before {
    content: "Result: ";
    color: #333;
}

