@font-face {
    font-family: 'alphafont';
    src: url(Fonts/AlfaSlabOne-Regular.ttf);
}

@keyframes scrollBackground {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 2000px 2000px;
  }
}

body {
    zoom: 150%;
    background-color: rgb(21, 80, 0);
}

.header {
    color: rgb(0, 255, 0);
    -webkit-text-stroke: 2px black;
}
.warning {
    color: rgb(255, 0, 0);
    -webkit-text-stroke: 1px black;
    font-size: 130%;
    line-height: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.mainbutton {
    text-align: center;
    border: none;
    border-radius: 6px;
    width: 160px;
    height: 50px;
    box-shadow: none;
    outline: solid;
    background-color: rgb(168, 95, 32);
    outline-color: rgb(108, 59, 0);
    color: rgb(79, 44, 0);
    margin-left: 40px;
    margin-right: 40px;
    font-family: 'alphafont';
    font-size: 120%;
    font-weight: lighter;
    transition: 0.2s;
}

#characterdisplay {
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    border: none;
    border-radius: 6px;
    width: 500px;
    height: 480px;
    outline: solid;
    outline-width: 6px;
    background-color: rgb(168, 95, 32);
    outline-color: rgb(108, 59, 0);
    color: rgb(79, 44, 0);
}

#mainbuttons {
    margin: auto;
    display: block;
    align-items: center;
}

.mainbutton:hover {
    width: 176px;
    height: 55px;
    transition: 0.2s;
}

.eye {
    pointer-events: none;
    height: 45px;
    width: 45px;
    z-index: 3;
}
.eyebackground {
    pointer-events: none;
    height: 70px;
    width: 70px;
    z-index: 2;
}

#Shrek {
    z-index: 10;
    pointer-events: none;
    margin: 0 auto;
    top: 23%;
    left: 50%;
    margin-top: -100px;
    margin-left: -460px;
}

#characterheader {
    font-size: 170%;
    line-height: 20px;
}

#characterparagraph {
    font-size: 140%;
}

.arrows {
    display: inline-block;
    position: absolute;
    border: none;
    border-radius: 6px;
    width: 110px;
    height: 110px;
    box-shadow: none;
    outline: solid;
    outline-width: 6px;
    background-color: rgb(168, 95, 32);
    outline-color: rgb(108, 59, 0);
    color: rgb(79, 44, 0);
    transition: 0.2s;
}

.arrows:hover {
    background-color: rgb(191, 108, 36);
    transition: 0.2s;
}

#ShrekStatue {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250x;
    height: 375px;
    transition: 0.2s;
}

#ShrekStatue:hover {
    width: 275x;
    height: 402px;
    transition: 0.2s ease-out;
}

#ShrekStatue:active {
    width: 260;
    height: 390px;
    transition: 0s;
}

#upgrades {
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(170px, -50%);
    border: none;
    border-radius: 6px;
    width: 250px;
    height: 420px;
    outline: solid;
    outline-width: 6px;
    background-color: rgb(168, 95, 32);
    outline-color: rgb(108, 59, 0);
    color: rgb(79, 44, 0);
}

.upgradebutton {
    display: block;
    position: absolute;
    border: none;
    border-radius: 6px;
    width: 80%;
    height: 90px;
    box-shadow: none;
    outline: solid;
    outline-width: 6px;
    line-height: 5px;
    left: 10%;

    font-family: 'alphafont';
    font-weight: lighter;
    font-size: 120%;
    background-color: rgb(168, 95, 32);
    outline-color: rgb(108, 59, 0);
    color: rgb(79, 44, 0);
    transition: 0.2s;
}

.upgradebutton:hover {
    background-color: rgb(191, 108, 36);
    transition: 0.2s;
}

#donkeyupgradedisplay {
    pointer-events: none;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -31%);
    width: 200x;
    height: 300px;
}

#fionaupgradedisplay {
    pointer-events: none;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-270%, -45%);
    width: 225x;
    height: 337px;
}

#mygitpage {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 120px);
}

#goback {
    color: rgb(0, 255, 0);
    text-decoration: none;
    font-size: 130%;
    position: absolute;
    top: 50%;
    -webkit-text-stroke: 1.2px black;
    transform: translate(-50%, 310px);
}

#goback:hover {
    color: rgb(255, 255, 255);
}

#assignmentdisplay {
    line-height: 30px;
    position: absolute;
    width: 500px;
    height: 520px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    border: none;
    border-radius: 6px;
    outline: solid;
    outline-width: 6px;
    background-color: rgb(168, 95, 32);
    outline-color: rgb(108, 59, 0);
    color: rgb(79, 44, 0);
}

#assignmentlink {
    line-height: 70px;
    color: rgb(255, 251, 0);
    text-decoration: none;
    font-size: 180%;
    -webkit-text-stroke: 1.5px black;
}

#assignmentlink:hover {
    color: rgb(255, 255, 255);
}

#reviewdisplay {
    line-height: 30px;
    position: absolute;
    width: 560px;
    height: 1040px;
    left: 50%;
    top: 390px;
    transform: translate(-50%, -40%);
    border: none;
    border-radius: 6px;
    outline: solid;
    outline-width: 6px;
    background-color: rgb(168, 95, 32);
    outline-color: rgb(108, 59, 0);
    color: rgb(79, 44, 0);
}
