body{
    background-image: url(https://wallpapercave.com/wp/wp13865959.png);
    background-position: center;
    background-attachment: fixed;
}

.body{
    width: 80%;
    background-color: white;
    height: 75%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    border: white 2px solid;
    animation: bgbreathe 3s linear;
    animation-iteration-count: infinite;
}

@keyframes bgbreathe {
    0%{
        box-shadow: 0px 0px 30px #3a63ea;
    }
    50%{
        box-shadow: 0px 0px 20px #3a63ea;
    }
    100%{
        box-shadow: 0px 0px 30px #3a63ea;
    }
}

.left{
    height: 100%;
    width: 25%;
    background-image: linear-gradient(black, black, #3a63ea);
    overflow: scroll;
    overflow-x: hidden;
    color: white;
    font-family: Verdana, sans-serif;
    float: left;
}

.title{
    background-color: black;
    height: 20%;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    padding-top: 5%;
}

.titlea{
    width: inherit;
    height: inherit;
    font-family: faithcollapsing;
}

.titlea:visited{
    text-decoration: none;
}

.titlea:active{
    text-decoration: none;
}

.titlea:link{
    text-decoration: none;
}

.titlep1{
    font-size: 200%;
    padding: 0px;
    margin: 0px;
    margin-left: 5%;
    color:rgb(58, 99, 234);
    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: 300%;
    padding: 0px;
    margin: 0px;
    margin-top: -7% !important;
    margin-left: 15%;
    background: linear-gradient(#3a63ea, black);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    float: left;
    text-shadow: 0px 0px 20px #3a63ea;
    animation: breathe2 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe2{
    0%{
        text-shadow: 0px 0px 20px #3a63ea;
    }
    50%{
        text-shadow: 0px 0px 30px #3a63ea;
    }
    100%{
        text-shadow: 0px 0px 20px #3a63ea;
    }
}

.mouth{
    float: right;
    height: 50%;
    margin-top: -10%;
    margin-right: 5%;
    animation: breathe3 2s;
    animation-iteration-count: infinite;
}

@keyframes breathe3{
    0%{
        -webkit-filter: drop-shadow(0px 0px 10px #3a63ea);
        filter: drop-shadow(0px 0px 10px #3a63ea);
    }
    50%{
        -webkit-filter: drop-shadow(0px 0px 5px #3a63ea);
        filter: drop-shadow(0px 0px 5px #3a63ea);
    }
    100%{
        -webkit-filter: drop-shadow(0px 0px 10px #3a63ea);
        filter: drop-shadow(0px 0px 10px #3a63ea);
    }
}

.lefttext{
    padding: 5%;
    font-size: small;
}

.music{
    font-size: smaller;
    margin: 5%;
}

.right{
    float: right;
    width: 75%;
    height: 100%;
    background-image: url(https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2F2.bp.blogspot.com%2F_fl9NU1fYtQg%2FTAQDMjbdivI%2FAAAAAAAAD5U%2FON-D824uA3o%2Fs1600%2FIMG_3367.jpg&f=1&nofb=1&ipt=0142bb433f59cd511f0cf05fb34663fb010ed4fbe8a80199fb4236ac8bf09cae);
    background-position: top;
    background-size: 120%;
}

.journaltitle{
    text-align: center;
    width: 100%;
    background-color:darkcyan;
}

.journaltext{
    font-family: Verdana, sans-serif;
    font-size: small;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.482);
    overflow: scroll;
    overflow-x: hidden;
    padding: 3%;
    height: 90%;
    border-left: rgb(183, 232, 255) 5px solid;
    border-right: rgb(211, 245, 255) 5px solid;
    border-bottom: rgb(211, 245, 255) 5px solid;
}

.journal{
    width: 70%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.journal img{
    width: 100%;
}

@font-face {
  font-family: FaithCollapsing;
  src: url(Faith\ Collapsing.ttf);
}

::-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(162, 178, 243), rgb(144, 171, 249));
    box-shadow: inset -1px -1px rgb(53, 96, 213), inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

::-webkit-scrollbar-thumb:hover{
    background-image:linear-gradient(#4b8cf3, #4b8cf3);
    box-shadow: inset -1px -1px rgb(47, 85, 187), inset 1px 1px white, 0px 2px rgb(95, 95, 95);
}

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;
}

::-moz-selection{
    color: black;
    background: #7ec1ff;
}

::selection{
    color: black;
    background: #7ec1ff;
}