body {
    background-image: url(my-website/images/emberforest.png);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    margin: 90px;
    font-family: Times New Roman;
    scrollbar-color: aqua navy;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 12px; /* width of scrollbar */
}

/* Handle (thumb) */
::-webkit-scrollbar-thumb {
  background-color: aqua; /* thumb color */
  border-radius: 6px; /* rounded corners */
}

/* Track */
::-webkit-scrollbar-track {
  background-color: navy; /* track color */
}

a {
    color:aqua;
    cursor: url(my-website/images/embercursor.gif), pointer;
}

a:hover {
  color: #36a0e7;
}

html {
    cursor: url(my-website/images/embercursor.gif), pointer;
}

.button {
    background: linear-gradient(to bottom, black 0%, navy 100%);
    color: aliceblue;
    border: aqua 1px solid;
    border-radius: 10px;
}

.button:hover {
    transform: scale(1.09);
    background-blend-mode: hard-light;
    transition: transform 0.3s ease;
}

.embrlogo {
    align-content: center;
     transition: transform 0.3s ease;
}

.embrlogo:hover {
    transform: scale(1.10);
}

.oracleofembercontainer {
    background: linear-gradient(to bottom, black 0%, navy 100%);
    color: aliceblue;
    border: aqua 1px solid;
    margin: auto;
    height: 1100px;
    width: 900px;
    padding: 20px;
    text-align: left;
    opacity: 87%;
    display: grid;
    grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
    grid-template-columns: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px;
    border-radius: 15px;

}

.oracleofember h1 {
    margin: 30px;
    text-align: center;
}

.oracleofember ul {
    text-align: left;
}

.oracleofemberbox {
    background-image: url(my-website/images/space.gif);
    color: aliceblue;
    border: aqua 1px solid;
    margin: 5px;
    text-align: center;
    opacity: 95%;
    border-radius: 15px;
    
}

.oracleofemberbox p {
    margin: 20px; font-size: 13px;
}

.glow-text {
    text-shadow:
      0 0 1px #fff,
      0 0 5px #fff,
      0 0 10px #ffffff;
}

#oracleofember1 {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
    padding: 10px;
}

#oracleofember2 {
    grid-row: 3 / 12;
    grid-column: 1 / 3;
    padding: 10px;
}

#oracleofember3 {
    grid-row: 1 / 12;
    grid-column: 3 / 10;
    padding: 10px;
    display: grid;
    grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px ;
    grid-template-columns: 100px 100px 100px 100px 100px ;
}

#oracleofember4 {
    grid-row: 2 / 4;
    grid-column: 1 / 7;
    padding: 1px;
    margin-left: 205px;
    margin: 10px;
    background-image: url(my-website/images/embernewcover.png);
    background-size: 160%;
    background-position: -200px -130px;
    background-color: rgba(0,0,0,0.3);
    background-blend-mode: multiply;
    transition: transform 0.3s ease;
}

#oracleofember5 {
    grid-row: 4 / 10;
    grid-column: 1 / 4;
    padding: 10px;
    margin-left: 25px;
    margin: 10px;background-color: rgba(0,0,0,0.9);
}

#oracleofember6 {
    grid-row: 4 / 7;
    grid-column: 4 / 7;
    margin-right: 20px;
    padding: 10px;
    margin-left: 25px;
    margin: 10px;
    background-image: url(my-website/images/space.gif);
}

#oracleofember7 {
    grid-row: 7 / 10;
    grid-column: 4 / 7;
    margin-right: 20px;
    padding: 10px;
    margin-left: 25px;
    margin: 10px;
    background-image: url(my-website/images/space.gif);
}


#oracleofember8 {
    grid-row: 10 / 11;
    grid-column: 1 / 7;
    padding: 10px;
    margin-left: 25px;
    margin: 10px;
    background-image: url(my-website/images/coolember2022.png);
    background-size: 170%;
    background-position: -180px -420px;
    background-color: rgba(0,0,0,0.3);
    background-blend-mode: multiply;
    transition: transform 0.3s ease;
}

#oracleofember8:hover {
    transform: scale(1.02);
    background-color: rgba(57, 47, 36, 0.6);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8);
    background-blend-mode: hard-light;
}

#oracleofember8 p:hover {
    text-shadow:
      0 0 10px #ffffff,
      0 0 5px #ffffff,
      0 0 5px #ffffff;
}

#oracleofember9 {
    grid-row: 11 / 12;
    grid-column: 1 / 7;
    padding: 10px;
    margin-left: 25px;
    margin: 10px;
    background-image: url(my-website/images/embernewcover.png);
    background-size: 160%;
    background-position: -200px -130px;
    background-color: rgba(0,0,0,0.3);
    background-blend-mode: multiply;
    transition: transform 0.3s ease;
}

#oracleofember9:hover {
    transform: scale(1.02);
    background-color: rgba(57, 47, 36, 0.6);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8);
    background-blend-mode: lighten;
}

#oracleofember9 p:hover {
    text-shadow:
      0 0 10px #ffffff,
      0 0 5px #ffffff,
      0 0 5px #ffffff;
}