label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

input[type="number"] {
    width: 80%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button {
    width: 100%;
    padding: 10px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

    button:hover {
        background: #218838;
    }

.result {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}

.top-right-image {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px; /* Adjust the width as needed */
    height: auto;
    z-index: 0;
}
