ul {
  list-style-type: none;
}
table, th, td {
    border: none; 
}
table {
    margin: 0 auto; 
    width: 90%; 
    max-width: 800px; 
    border-collapse: collapse; 
}

th, td {
    text-align: left; 
    padding: 8px; 
}

h2 {
    font-size: 3em; 
    font-family: 'Dancing Script', cursive; 
    text-align: center;
    margin: 0;
}

.linktree {
    display: inline-block;
    background-color: #007f5f;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease;
    font-size: 0.9em;
}

.linktree:hover {
    background-color: #005f47;
}

.top-links {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    background-color: #d1c4e9; 
    padding: 5px 0; 
    margin-top: 0; 
}

body {
    background-color: #f3e5f5; 
}

table img {
    display: block; 
    margin: 0 auto; 
}

table img:first-of-type {
    height: 400px;
}

h3, p {
    text-align: center; 
    margin: 5px 0; 
}

header {
    width: 100%;
    background-color: #d1c4e9; 
    padding: 20px 0; 
    text-align: center; 
    margin: 0; 
}

details {
    padding: 5px; 
    border: 2px solid #d1c4e9; 
    border-radius: 5px; 
    background-color: #fffde7; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    background-image: url('https://cdn-icons-png.flaticon.com/512/2917/2917995.png');
    background-repeat: no-repeat;
    background-position: top left; 
    background-size: 40px 40px; 
}

details summary {
    display: flex; 
    align-items: center; 
    justify-content: center;
    cursor: pointer; 
    font-size: 1.2em; 
    font-weight: bold; 
    margin-bottom: 10px; 
    border-bottom: none; 
    padding-bottom: 0; 
}

details summary::-webkit-details-marker {
    display: none; 
}

details[open] {
    background-color: #fff9c4; 
}

details ul {
    text-align: left; 
    margin: 0; 
    padding-left: 30%; 
    width: auto; 
}

.email-note {
    text-align: center; 
    font-size: 1.2em; 
    font-style: italic; 
    color: #333; 
    margin-top: 20px; 
    max-width: 90%; 
    margin-left: auto; 
    margin-right: auto; 
}
