body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 2rem;
    background-color: #f9f9f9;
}

h1 {
    margin-bottom: 1.5rem;
}

form {
    margin-bottom: 1rem;
}

input[type="url"] {
    padding: 0.5rem;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #005a9e;
}

.result-container {
    margin-top: 2rem;
}

.result-container a {
    color: #0078d4;
    text-decoration: none;
    font-weight: bold;
}

.result-container a:hover {
    text-decoration: underline;
}
