body {
    padding-top: 4em;
    background-image: url(assets/dragon-background.jpeg);
    background-color: lightblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#nyxy-smiling-image {
    max-width: 100%;
}

#tails-image {
    max-width: 100%;
}

p, h1, h2, h3, h4 {
    color: black;
}

/*6 custom styles*/
nav li a {
    color: black;
    text-decoration: none;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
    padding: 1px;
    font-weight: bold;
}

.headmate-name-title {
    margin: 0 auto;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

#nyx-text-container {
    margin-top: 2em;
}

#nyx-title-container {
    margin-top: 3em;
}

#tails-text-container {
    margin-top: 3em;
}

#blinky-image {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 1);
    /* color: white; */
    opacity: 1;
}

#telegram-icon {
    margin-top: 6px;
    margin-left: 3px;
    margin-right: 3px;
}

#tiktok-icon {
    margin-top: 6px;
    margin-left: 3px;
    margin-right: 3px;
}

.icons {
    text-align: center;
    margin-bottom: 10px;
}

.navigation-buttons {
    text-align: center;
}

button {
    margin-top: 6px;
    margin-left: 3px;
    margin-right: 3px;
}

/* a {
    /* text-decoration: none !important;
} */

.navigation-buttons a {
    text-decoration: none;
    color: white;
    /* background-color: white; */
}

.white-box {
    background-color: rgba(255, 255, 255, 0.68);
     /* opacity: 68%; */
     width: 100%;
     height: 100%;
}

.description-image {
    width: 100%;
    margin-bottom: 20px;
}

.description-image-tails {
    width: 70%;
    margin-bottom: 20px;
}

.headmate-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.catalog-image {
    /* margin: 20px; */
    text-align: center;
    width: 50%;
    margin-left: -100px;
}

#catalog-tails-image {
    width: 80%;
    height: 80%;
}

.headmate-text-container {
    /* margin: 0 auto; */
    /* width: 100%; */
    text-align: center;
}