*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

header {
    background-color: #9c27b0;
    color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
}

h1 {
    margin: 0;
    font-size: 2.5em;
    text-transform: uppercase;
}

h2 {
    color: #ff00ff;
    font-size: 1.8em;
}

section {
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}

form {
    margin-bottom: 20px;
}

label {
    font-weight: bold;
    font-size: 1.2em;
    color: #ff00ff;
}

input[type="text"] {
    padding: 10px;
    font-size: 1.2em;
    margin-right: 10px;
    width: 250px;
    border: 2px solid #9c27b0;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
}

input[type="text"]:focus {
    outline: none;
    border-color: purple;
}

button {
    padding: 12px 20px;
    background-color: purple;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    box-shadow: 0 0 10px darkblue;
}

button:hover {
    background-color: black;
    transition: background-color 0.3s ease;
}

#result {
    margin-top: 20px;
    padding: 20px;
    background-color: #2c2c2c;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

#responseMessage {
    color: #fff;
    font-size: 1.2em;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: purple;
    color: white;
    font-size: 1em;
}

.enter {
    margin-top: 450px;
}

.enter:hover{
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: black;
    transform: scale(1.05);
}

img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.tool-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.tool-item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tool-btn {
    padding: 15px 30px;
    font-size: 1.2em;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 300px;
    margin: 10px;
}

.tool-btn:hover {
    transform: scale(1.05);
}

.tool-btn:active {
    transform: scale(1);
}

.calc {
    background-color: purple;
    color: white;
    box-shadow: 0 0 10px darkblue;
}

.calc:hover {
    background-color: black;
}

.pg {
    background-color: purple;
    color: white;
    box-shadow: 0 0 10px darkblue;
}

.pg:hover {
    background-color: black;
}

.thms
{
    padding: 15px 30px;
    font-size: 1.2em;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 300px;
    margin: 10px;
    background-color: purple;
    box-shadow: 0 0 10px darkblue;
}

.thms:hover
{
    background-color: black;
    transform: scale(1.05);
}

.pl
{
    background-color: rgb(199, 159, 223);
    border: none;
    height: 12%;
    width: 7%;
    border-radius: 17px;
}

.gb
{
    margin-top: 7px;
}

.search-btn
{
    margin-top: 5px;
}

.intel
{
    padding: 15px 30px;
    font-size: 1.2em;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    width: 300px;
    margin: 10px;
    transition: all 0.3s ease;
    background-color: purple;
    box-shadow: 0 0 10px darkblue;
}

.intel:hover
{
    transition: all 0.3s ease;
    transform: scale(1.05);
}

.ip
{
    padding: 15px 30px;
    font-size: 1.2em;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 300px;
    margin: 10px;
    background-color: purple;
    box-shadow: 0 0 10px darkblue;
}

.ip:hover
{
    transition: all 0.3s ease;
    transform: scale(1.05);
}

.searchip
{
    margin-top: 10px;
}