body{
    background-image: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.wallpapersafari.com%2F33%2F39%2F5vqa82.jpg&f=1&nofb=1&ipt=24a8c706329c76da963a3e2eeae6f6deeb92878505782a2826d7a500233bdaa2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container{
    z-index: 344;
    height: 90%;
    width: 75%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: purple;
    border: #bfc7c9 6px solid;
    border-bottom: #bfc7c9 12px solid;
    box-shadow: 2px 2px #3c3c3c, -2px -2px white;
    overflow: hidden !important;
    animation: bounce 3s linear;
    animation-iteration-count: infinite;
}

@keyframes bounce{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(0px);
    }
}

.top{
    width: 100%;
    pointer-events: none;
}

.topborder{
    width: 100%;
}

.left{
    float: right;
    height: 100%;
    background-image: linear-gradient(#9898ff, white);
    width: 30%;
}

.left img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.filler{
    width: 70%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.stamps{
    width: 100%;
    height: 4%;
}

.webtitle{
    background-color: transparent;
    height: 20%;
    width: 80%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.titlea{
    width: inherit;
    height: inherit;
    font-family: faithcollapsing;
}

.titlea:visited{
    text-decoration: none;
}

.titlea:active{
    text-decoration: none;
}

.titlea:link{
    text-decoration: none;
}

.titlealeft{
    height: 100%;
    float: left;
    background: transparent;
    width: 60%;
}

.titlep1{
    font-size: xx-large;
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    color:#8607c1;
    text-shadow: 0px 0px 10px;
    animation: breathe1 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe1{
    0%{
        text-shadow: 0px 0px 10px;
    }
    50%{
        text-shadow: 0px 0px 30px;
    }
    100%{
        text-shadow: 0px 0px 10px;
    }
}

.titlep2{
    font-size: xxx-large;
    padding: 0px;
    margin: 0px;
    margin-left: 10%;
    background: linear-gradient(#8607c1, #8607c1, black);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px 20px #8607c1;
    animation: breathe2 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe2{
    0%{
        text-shadow: 0px 0px 20px #8607c1;
    }
    50%{
        text-shadow: 0px 0px 30px #8607c1;
    }
    100%{
        text-shadow: 0px 0px 20px #8607c1;
    }
}

.mouth{
    background: transparent;
    float: right;
    height: 70%;
    margin-top: 5%;
    margin-right: 9449494px;
    -webkit-filter: drop-shadow(0px 0px 10px #690398);
    filter: drop-shadow(0px 0px 10px #690398);
    animation: breathe3 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe3{
    0%{
        -webkit-filter: drop-shadow(0px 0px 10px #690398);
        filter: drop-shadow(0px 0px 10px #690398);
    }
    50%{
        -webkit-filter: drop-shadow(0px 0px 5px #690398);
        filter: drop-shadow(0px 0px 5px #690398);
    }
    100%{
        -webkit-filter: drop-shadow(0px 0px 10px #690398);
        filter: drop-shadow(0px 0px 10px #690398);
    }
}

.right{
    width: 70%;
    height: 100%;
    float: left;
    background-image: linear-gradient(white, #9898ff);
    overflow-y: scroll;
}

.title{
    font-size: xx-large;
    font-weight: bold;
    text-shadow: black 0px 0px 5px, black 0px 0px 10px;
    margin-left: 5%;
}

.rescontainer{
    width: 70%;
    height: 30%;
    margin-left: 5%;
    background-color: transparent;
    box-shadow: #8502dd 10px 10px 20px, #8502dd 0px 0px 20px;
    overflow-y: scroll;
    font-family: Verdana, sans-serif;
    font-size: smaller;
}

#last{
    margin-bottom: 20%;
}

@font-face {
  font-family: FaithCollapsing;
  src: url(Faith\ Collapsing.ttf);
}

html::before {
    content: " ";
    display: block; position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 50%);
    z-index: 3332;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background-image: linear-gradient(rgb(193, 193, 193), rgb(151, 151, 151));
    box-shadow: inset -2px -2px rgb(95, 95, 95), inset 2px 2px rgb(205, 205, 205);
}

::-webkit-scrollbar-thumb{
    background-image: linear-gradient(#8397c1, #8967d9);
    box-shadow: inset -1px -1px rgb(89, 66, 153), inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

::-webkit-scrollbar-thumb:hover{
    background-image:linear-gradient(#8c6ede, #5634a3);
    box-shadow: inset -1px -1px rgb(65, 43, 129), inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

::-moz-selection{
    color: white;
    background: #c439ff;
}

::selection{
    color: white;
    background: #c439ff;
}
