@import "https://fonts.googleapis.com/css?family=Mr+Dafoe";
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

body { -webkit-animation: fadein 3s; -moz-animation: fadein 3s; /* Firefox < 16 */ -ms-animation: fadein 3s; /* Internet Explorer */ -o-animation: fadein 3s; /* Opera < 5.1 */ animation: fadein 3s;}}@keyframes fadein { from { opacity: 0; } to { opacity: 1; }}/* Firefox < 16 */@-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}/* Safari, Chrome and Opera > 5.1 */@-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}/* Internet Explorer */@-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}/* Opera < 5.1 */@-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; }}


::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #ec59ff
}

::-webkit-scrollbar:horizontal {
    height: 0
}

::-webkit-scrollbar-thumb:vertical:hover, ::-webkit-scrollbar-thumb:horizontal:hover {
    background: #fff;
    width: 0;
    height: 0
}

.home {
    color: rgba(99, 73, 134, 0.8);
    line-height: 150%;
    text-align: justify;
    font-family: questrial;
    letter-spacing: 1px;
    word-spacing: 0;
    font-size: 12px;
    padding: 5px;
    padding: 3px;
    margin: 5px;
}

* {
    cursor: Default!important
}

body {
    text-decoration: none;
    color: #ccc
}

h1 {
    color: rgb(213, 162, 247);
    font: normal 28px "Mr Dafoe";
    line-height: 0;
    margin-top: 3px;
    letter-spacing: 1px;
    height: 12px;
    margin-bottom: 0;
    text-align: Center;
    margin-bottom: 5px;
    line-height: 0;
    transition: .3s;
    animation-name: header;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    text-shadow: 0px 0px 5px #fc20a8, 0px 0px 5px #fc20a8
}

.home:hover h1 {
    text-shadow: 2px 1px #9255cc
}

@keyframes header {
    from {
        text-shadow: 0px 0px 5px #9255cc, 0px 0px 5px #9255cc;
    }
    55% {
        text-shadow: 0 0 5px rgb(177, 95, 253);
        line-height: 2px
    }
    to {
        text-shadow: 0px 0px 5px #9255cc, 0px 0px 5px #9255cc;
    }
}

h2 {
    line-height: 5px;
    font: bold 10px calibri;
    color: #9255cc;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: Center
}

.home:hover h2 {
    color: #9255cc;
}

.home h3 {
    border: 1px rgb(190, 155, 247) double;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font: normal 9px trebuchet ms;
    text-transform: uppercase;
    text-align: center;
    color: rgb(180, 139, 247);
    transition: .3s
}

.home:hover h3 {
    color: #fff;
    border-color: #9226da
}

.home h4 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 94px;
    height: 30px;
    text-align: center;
    font: normal 10px trebuchet ms;
    text-transform: normal;
    line-height: 30px;
    font-style: italic;
    color: #fff;
    text-align: center;
    background-color: #3a3a66;
    margin-left: 27%
}

.home:hover h4 {
    background-color: #d87fe8;
    color: #fff
}

.home h5 {
    background-color: rgba(184, 6, 255, 0.089);
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font: bold 8px questrial;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 250px;
    border-left: 5px solid #9255cc;
    border-right: 5px solid #9255cc;
    letter-spacing: 2px;
    transition: .3s;
    text-shadow: 0 0 10px #5bbef3
}

.home:hover h5 {
    background-color: rgba(191, 163, 213, 0.05);
    border-color: #9255cc;
    color: #fff
}

.home:hover .h6 {
    color: #9255cc;
    border-color: #9255cc
}

a.image-link:focus {
    outline: 0
}

a {
    outline: none
}

::selection {
    background: #780ebe;
    color: #fff
}

b {
    letter-spacing: 1px;
    color: #9255cc
}

i, s {
    letter-spacing: 0;
    font-weight: lighter;
    color: #5bbef3
}

u {
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 1px dotted #9255cc;
    color: #9255cc
}

body a {
    color: rgb(255, 255, 255)!important;
    text-transform: uppercase;
    font-family: calibri;
    text-decoration: none;
    font-weight: 700
}

.home a:hover {
    background-color: #9255cc;
    color: #fff!important;
    text-decoration: none;
    cursor: link
}

.home img {
    opacity: .5;
    opacity: .8;
    opacity: 1
}

.badge {
    padding: 10px;
    background-color: rgba(126, 21, 212, 0.1);
    border: 2px dotted #5bbef3;
    text-align: center;
    display: inline-block;
    margin: 5px
}

.badge:hover {
    border-color: #d078f4
}