body {
background-image: url('../../../backgrounds/red-galaxy.gif');
background-repeat: repeat;
background-attachment: fixed;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    text-align: center;
}

/* -------- top --------- */

#dangle {
    image-rendering: pixelated;
    height: 200px;
    width: auto;
    position: fixed;
    top: 35px;
    left: 60px;
    filter: drop-shadow(0 0 15px rgba(255, 89, 89, 0.75));
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#dangle:hover {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.75));
}

.title {
    width: 1230px;
    height: auto;
    display: block;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.title-div {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 1200px;
    display: flex;
    margin: 10px 0 10px 0;
}

.title-div img {
    margin-right: 3px;
}

#never {
    filter: drop-shadow(0 0 15px rgba(102, 20, 20, 0.3));
}

#redhair {
    z-index: 1;
    margin-top: -49px;
    filter: drop-shadow(0 0 30px rgba(102, 13, 13, 0.75));
}


/* -------- content --------- */

.container {
    display: grid;
    grid-template-columns: 490px 300px 390px;
    grid-template-rows: 435px 54px 410px 710px;
    margin: auto;
    margin-top: 7px;
    width: 1200px;
    height: auto;
    font-family: Tahoma, sans-serif;
    gap: 10px
}

/* -------- da colour red --------- */

.i-love-red {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 0, 0);
    border-radius: 9px;
    text-align: left;
    padding: 0 25px 0 25px;
    line-height: 1.5;
}

.i-love-red a:link {
    text-decoration: none;
    color: #ff0000;
}

.i-love-red a:visited {
    color: #ff0000;
}

.i-love-red a:hover {
    color:#0011ff;
    text-decoration: underline;
}

.i-love-red a:active {
    color:#0011ff;
    text-decoration: underline;
}

#diva {
    float: right;
    padding: 10px;
    image-rendering: pixelated;
    height: 170px;
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#diva:hover {
    filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.75));
}

.stamps {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    display: flex;
    margin: auto;
}

.stamps img {
    height: 54px;
    width: 99px;
    margin-right: 3px;
}

.title-div {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -------- my hair --------- */

.my-hair {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    color: black;
}

.bright-red img {
    height: 164px;
    width: 92px;
    border-radius: 5px;
    margin-bottom: 2px;
    transition: transform 0.3s ease-in-out;
}

.bright-red img:hover {
    transform: scale(1.15);
}

#cherry1 {
    height: 181px;
    width: 136px;
    border-radius: 10px;
    margin-bottom: 2px;
}

#cherry2 {
    height: 181px;
    width: 241px;
    border-radius: 10px;
    margin-bottom: 2px;
}

.cherry-red img {
    transition: transform 0.3s ease-in-out;
}

.cherry-red img:hover {
    transform: scale(1.15);
}

.redbar {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-bottom: 3px;
    padding: 5px 5px 7px 5px;
    border-radius: 5px;
    border-style: outset;
    border-color: #A42A04;
    background: linear-gradient(to bottom,
    #FF2400 0%,
    #A42A04 50%,
    #FF2400 50%,
    #A42A04 100%
    );
}

.redbar img {
    height: 18px;
    width: auto;
    padding: 0 3px 0 3px;
}

/* -------- my fav red heads --------- */

.favs {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    border-radius: 9px;
}

#eye {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
}

.favs img {
    height: 114px;
    width: 114px;
    object-fit: cover;
    border-radius: 5px;
    margin: 1px 2px 5px 2px;
    transition: transform 0.3s ease-in-out;
}

.favs img:hover {
    transform: scale(1.15);
}

#bg {
    background-color: #bb000071;
}

/* -------- meaning --------- */

.meaning {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    background-color: rgb(0, 0, 0, 0.6);
    color: rgb(255, 0, 0);
    border-radius: 9px;
    text-align: left;
    padding: 0 25px 0 25px;
    line-height: 1.5;
}

.meaning h3 {
    margin-top: 12px;
    margin-bottom: 1px;
}

h3.diff {
    margin-top: -8px;
}

.meaning p {
    margin-top: 0;
}

.meaning a:link {
    text-decoration: underline;
    color: #ff0000;
}

.meaning a:visited {
    color: #ff0000;
}

.meaning a:hover {
    color:#ffdfdf;
    text-decoration: underline;
}

.meaning a:active {
    color:#ffdfdf;
    text-decoration: underline;
}

#diva2 {
    padding-right: 24px;
    image-rendering: pixelated;
    height: 255px;
    float: left;
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#diva2:hover {
    filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.75));
}

#emote {
    float: none;
    padding: 0;
    height: 14px;
    width: auto;
}

/* -------- me as f!!! --------- */

.title-analysis {
    grid-column: 1 / 4;
    grid-row: 4 / 5;
}

.title-analysis-text {
    border-radius: 9px;
    margin-top: 5px;
    height: 660px;
    background-color: rgba(0, 0, 0, 0.6);
    color: red;
    text-align: left;
    padding: 1px 20px 10px 25px;
    line-height: 1.5;
}


.title-analysis-text a:link {
    text-decoration: none;
    color: #ff0000;
}

.title-analysis-text a:visited {
    color: #ff0000;
}

.title-analysis-text a:hover {
    color:#0011ff;
    text-decoration: underline;
}

.title-analysis-text a:active {
    color:#0011ff;
    text-decoration: underline;
}

#red-lhs {
    float: left;
    padding: 10px 18px 5px 0;
    image-rendering: pixelated;
    height: 170px;
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#red-lhs:hover {
    filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.75));
}

#red-rhs {
    float: right;
    margin-top: 20px;
    padding: 0 12px 9px 15px;
    transform: rotateY(180deg);
    image-rendering: pixelated;
    height: 160px;
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#red-rhs:hover {
    filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.75));
}

#red-dress {
    float: left;
    padding-right: 21px;
    image-rendering: pixelated;
    height: 200px;
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#red-dress:hover {
    filter: drop-shadow(0 0 18px rgba(255, 0, 0, 0.75));
}

#red-lie {
    image-rendering: pixelated;
    height: 81px;
    margin-top: -26px;
    margin-right: 100px;
    transform: rotateY(180deg);
    float: right;
    filter: drop-shadow(0 0 18px rgba(255, 0, 0, 0.5));
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#red-lie:hover {
    filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.9));
}

/* -------- footer --------- */

.footer {
    background-image: linear-gradient(#FF3131, #8B0000);
    grid-column: 1 / 4;
    height: 68px;
    margin-top: 3px;
    text-align: center;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    color: #000000;
}

#noteimg {
    height: 18px;
    width: auto;
}

#footerimg {
    height: 18px;
    width: auto;
    padding-left: 5px;
}

p.footer {
    margin-top: 8px;
}

.footer a:link {
    text-decoration: none;
    color: #000000;
}

.footer a:visited {
    color: #000000;
}

.footer a:hover {
    color:#ffdfdf;
    text-decoration: underline;
}

.footer a:active {
    color:#ffdfdf;
    text-decoration: underline;
}