* {
    box-sizing: border-box;
}
body {
    margin: 0;
    background: #121520;
    background-size: 400% 400%;

    -webkit-animation: GradienceAnim 8s ease infinite;
    -moz-animation: GradienceAnim 8s ease infinite;
    animation: GradienceAnim 8s ease infinite;

    -webkit-animation: Fade 1.5s ease;
    -moz-animation: Fade 1.5s ease;
    animation: Fade 1.5s ease;
    /* text-align: center; */
}

hr.custom1 {
    border: 10px solid rgb(10, 114, 233);
    border-radius: 5px;
    text-align: center; 
    box-shadow: 0px 0px 40px 20px rgb(56, 77, 212);
    text-align: center;
}
.header {
    padding: 5px;
    /* margin: 10px 7px 70px 7px;*/
    margin-bottom: 10px;
    text-align: center;
    background: rgb(10, 114, 233);
    color: white
}
.button-list {
    text-align: center;
    color: white;
    font-size: 30px;
    background-color: rgb(63, 63, 63);
    margin: auto;
    width: 20%;
    border: 4px solid #5263f8;
    padding-bottom: 100px;
    animation-duration: 1s;
    animation-name: slidein;
}
.button {
    background-color: #0B6AFF;
    border: none;
    color: white;
    padding: 18px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
}

.button:hover {
    transition-property: background-color;
    transition-duration: 0.3s;
    background-color: #0B2EFF;
}
.button:active {
    /* box-shadow: 0px 0px 25px 10px rgb(209, 210, 255); */
    transition-duration: 0s;
    transition-property: background-color;
    background-color: #a6afe4;
}

.button2 {
    background-color: #0B6AFF;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 18px 32%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    max-width: 100%;
}

.button2:hover {
    transition-property: background-color;
    transition-duration: 0.3s;
    background-color: #0B2EFF;
}
.button2:active {
    /* box-shadow: 0px 0px 25px 10px rgb(209, 210, 255); */
    transition-duration: 0s;
    transition-property: background-color;
    background-color: #a6afe4;
}
.spc {
    /* margin: top right bottom left */
    margin: 20px 35% 30px 35%;
    padding: 20px;
    border: 5px solid rgb(56, 59, 241);
    box-shadow: 
        /* 0px 0px 5px 10px rgb(148, 152, 201),*/
        0px 0px 25px 10px rgb(56, 59, 241);
}
.spc.red {
    border: 5px solid red;
    box-shadow: 0px 0px 25px 10px red
}
.spc.orange { /* Blogger */
    border: 5px solid #ff6f00;
    box-shadow: 0px 0px 25px 10px #ff6f00
} 

.spc.green {
    border: 5px solid #00ff00;
    box-shadow: 0px 0px 25px 10px #00ff00;
} 
.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
.navbar li {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
@keyframes slidein {
    from {
       /* margin-top:100%*/
       opacity: 0%;
       width: 22%;
       padding-bottom: 110px
    }
    to {
        /*margin-top:0%*/
        opacity: 100%;
        width: 20%;
        padding-bottom: 100px
    }
} /* unfinished and broken */
@keyframes Fade {
     from {
         opacity: 0%;
     }
     to {
         opacity: 100%
     }
}

@-webkit-keyframes GradienceAnim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes GradienceAnim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes GradienceAnim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@media screen and (max-width: 800px){
    .spc {
        margin: 20px 5% 30px 5%;
    }
}
.cardcol {
    column-count: 3;
    column-gap: 60px
}
/* Cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    width: 20%;
    background: white;
    display: inline-block
}
.card:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
img {
    border-radius: 5px 5px 0 0
}
.textdiv {
    background-color: rgb(252, 252, 252);
    width: 60%;
    padding: 35px;
    margin: 30px auto 0px auto;
    border: 9px dashed rgb(28, 27, 32);
    font-size: 28px;
    text-shadow: 2px 2px 4px rgb(139, 131, 255)
}

.pagelist {
    border-style: dashed;
}

.sysmessage {
    width: 100%;
    /*height: 6px;*/
    text-align: center;
    background-color: rgb(236, 184, 42);
    margin-right: auto;
    margin-left: auto;
    /*border: 2px solid rgb(118, 111, 71);*/
    padding: 8px
}

#flex-grid-menu {
    display: flex;
    flex-direction: column;
}

#flex-grid-bottom {
    display: flex;
    flex-direction: column;
}