
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    background-color: #1D428A;
    color: #FFC72C;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
#output {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 18vw;
}

#messageimg {
    position: relative;
    width: 100%;
}

#kittyimg {
    width: 85%;
    height: auto;
}

#message {
    position: absolute;
    top: 7vh;
    left: 2vw;
    color: black;
    font-size: 1.2vw;
    font-weight: bold;
    white-space: normal;
    max-width: 14vw;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    color: inherit;
}
#intro {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 40px auto;
}

h1 {
    color: #006bb6;
    font-size: 28px;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: black;
    margin-bottom: 20px;
}

p1 {
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 40px auto;
    color: black;
}
#clickablejimmy {
    color: #006bb6;
    font-weight: bold;
    text-decoration: underline;
}
#clickablesteph {
    color: #006bb6;
    font-weight: bold;
    text-decoration: underline;
}

mark {
    background-color: #ffeb3b;
    padding: 2px 5px;
    border-radius: 5px;
}

figure {
    text-align: center;
    margin: 20px auto;
}

figure img {
    width: 100%;
    max-width: 250px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

figcaption {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}
.highlight {
    background-color: #FFC72C;
}
.highlight2 {
    background-color: #8fb4ff;
}
h1 {
    margin-top: 20px;
    font-size: 2.5em;
}
dl {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    width: 20%;
    margin: 20px auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
dt {
    font-weight: bold;
    font-size: 1.1em;
    margin: 10px 0;
    color: #007BFF;
    cursor: pointer;
}
dd {
    font-size: 1em;
    margin: 5px 0 15px 20px;
    color: #555;
    display: none;
    margin: 0;
    padding: 0;
}

table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
    color: #1D428A;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

th, td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
}

th {
    background-color: #FFC72C;
    color: #1D428A;
    font-size: 1.2em;
}

tr:nth-child(even) {
    background-color: #dedede;
}
