::-moz-selection{
    color: white;
    background: #c439ff;
}

::selection{
    color: white;
    background: #c439ff;
}

body{
    background-image: url(https://i.pinimg.com/originals/d5/6a/84/d56a8461bc8625f94d6aaeadac5c6391.gif);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 40%;
    font-family: Verdana, sans-serif;
    font-size: smaller;
    overflow: hidden;
}

.stars{
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    background-image: url(https://i.pinimg.com/originals/17/49/ea/1749ea089c2bb9cc69761c267628c6fb.gif);
    background-size: cover;
}

.title{
    position: fixed;
    margin-top: 5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 10%;
    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;
    background-color: transparent;
    color: white;
    text-shadow: 0px 0px 10px white;
}

.body{
    height: 70%;
    width: 70%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    background-color: rgba(255, 255, 255, 0.58);
    box-shadow: 0px 0px 50px white;
    overflow: hidden;
}

.left{
    height: 100%;
    width: 35%;
    background-color: transparent;
    float: left;
}

.leftblinkies{
    background-color: transparent;
    margin-left: 5%;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: left;
    z-index: 292;
}

.leftblinkies img{
    margin-bottom: 5%;
    overflow: scroll;
    width: 100%;
}

.menu{
    overflow-y: scroll;
    height: 100%;
}

.menu img{
    margin-left: 5%;
    width: 40%;
}

.date{
    color: #690398;
    font-weight: bold;
    margin-left: 10px;
}

#datea1, #datea2, #datea3, #datea4{
    cursor: pointer;
}

.journaltext{
    margin-left: 10px;
}

.webtitle{
    background-color: transparent;
    height: 15%;
    width: 95%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.titlea{
    width: inherit;
    height: inherit;
    font-family: faithcollapsing !important;
}

.titlea:visited{
    text-decoration: none;
}

.titlea:active{
    text-decoration: none;
}

.titlea:link{
    text-decoration: none;
}

.titlealeft{
    height: 100%;
    float: left;
    background: transparent;
    width: 70%;
}

.titlep1{
    font-size: 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: x-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;
    margin-top: 5%;
    width: 25% !important;
    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);
    }
}


.journal{
    float: right;
    overflow-y: scroll;
    width: 65%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
}

.bottom{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    align-items: center;
    vertical-align: middle;
    margin-top: 37%;
    margin-left: 39%;
    background-color: transparent;
    width: 45%;
}

.bottom img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.nunito-sans{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto; 
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
      "wdth" 100,
      "YTLC" 500;
}

@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: 2;
    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(rgb(215, 116, 240), rgb(185, 72, 251));
    box-shadow: inset -1px -1px rgb(124, 48, 196), inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

::-webkit-scrollbar-thumb:hover{
    background-image:linear-gradient(#c439ff, #ae1fd5);
    box-shadow: inset -1px -1px rgb(127, 27, 167), inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

/* .caroverlay{
    width: 110%;
    position: fixed;
    display: block;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: carbounce 5s;
    animation-iteration-count: infinite;
    transform: translateY(-10px);
    filter: saturate(90px);
    z-index: 0;
}

@keyframes carbounce{
    from{
        box-shadow: none;
    }
    30%{
        transform: translateY(0px);
    }
    70%{
        transform: translateY(-5px);
    }
    90%{
        transform: translateY(0px);
    }
} */