body {
  background-image: url("Background.png");
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: scroll;

}
.alorascrypt .toptapeleft::before {
    background-image: url("decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 8%;
    width: 10%;
    background-size: contain;
    top: 1%;
    left: 15%;
}

.alorascrypt .toptaperight::before {
    background-image: url("decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 8%;
    width: 10%;
    transform: scaleX(-1);
    background-size: contain;
    top: 1%;
    left: 75%;
}

.alorascrypt header {
    background-image: url("Banner art.png");
    height: auto;
    margin-left: 6%;
    margin-right: 6%;
    text-align: center;
    outline-style: solid;
    outline-color: #4f161b;
}

.alorascrypt h1 {
    text-shadow: 6px 6px 6px #000000;
    font-size: 7vh;
    word-spacing: 20px;
    letter-spacing: 20px;
    color: #d5cece;
    text-align: center;
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}

main {
    margin-left: 6%;
    margin-right: 6%;
    min-height: 64vh;
    align-items: center;
    position: relative;
}

h1 {
    text-shadow: 6px 6px 6px #000000;
    padding-top: 0;
    font-size: xxx-large;
    word-spacing: 20px;
    letter-spacing: 20px;
    color: #d5cece;
    text-align: center;
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}

.navbar {
    position: relative;
    outline: solid;
    outline-color: #4f161b;
    list-style: none;
    background-color: #320a0e;
    text-align: center;
    height: 40px;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: -3vh;
    margin-bottom: 2vh;
    justify-content: space-between;
}

.navbar a {
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-style: normal;
    text-align-last: center;
    padding: 5px 100px;
    text-align: center;
    display: block;
    font-size: x-large;

}

.nav-links a:hover {
    background-color: #4f161b;
}

.navbar .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;



}

.navbar li{
   list-style: none; 
}

.hamburger{
    display: none;
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-style: normal;
    text-align-last: center;
    text-align: center;
    font-size: x-large;
}

@media (max-width:1829px) and (min-width:901px) {
    .navbar a {
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-style: normal;
    text-align-last: center;
    padding: 5px 20px;
    text-align: center;
    display: block;
    font-size: x-large;
}
}

/* mobile menu, header */
@media (max-width: 900px) {
 
.alorascrypt .toptapeleft::before {
    background-image: url("decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 8%;
    width: 12%;
    background-size: contain;
    top: 3%;
    left: 3%;
}

.alorascrypt .toptaperight::before {
    background-image: url("decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 8%;
    width: 12%;
    transform: scaleX(-1);
    background-size: contain;
    top: 3%;
    left: 85%;
}
.alorascrypt header {
    background-image: url("Banner art.png");
    height: auto;
    margin-left: 6%;
    margin-right: 6%;
    text-align: center;
    outline-style: solid;
    outline-color: #4f161b;
}

.alorascrypt h1 {
    text-shadow: 6px 6px 6px #000000;
    font-size: 7vh;
    word-spacing: 20px;
    letter-spacing: 20px;
    color: #d5cece;
    text-align: center;
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}
.navbar .nav-links {
    display: none;

}

.hamburger {
    display: block;
}

}

/* main body */
@media (max-width: 900px) {
    body {
  background-image: url("mobbackground.png");
  background-repeat: repeat;
}
}
main {
    text-align: center;
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    outline: solid;
    outline-color: #4f161b;
    background-color: #320a0e;
    overflow:hidden;
}

main ul {
    position: relative;
    font-family: "Balthazar", serif;
    text-align: left ;
    font-size: large;
    font-weight: 400;
    font-style: normal;

}


main h2 {
    text-shadow: 2px 1px 1px #000000;
    background-color: #4f161b;
    outline: solid;
    outline-color: #d5cece;
}

main p {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
    color: #d5cece;
    text-align: left;
    font-family: "Balthazar", serif;
    font-weight: 400;
    font-style: normal;
}
main ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
main ul li {
    margin: 25px 0;
}
/* unvisited link */
a:link {
    color: #d5cece;
}

/* visited link */
a:visited {
    color: #d5cece;
}

footer {
    background-color: #320a0e;
    outline: solid;
    outline-color: #4f161b;
    height: 11%;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 1%;
    
}

footer p {
    color: #d5cece;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}