.datetime{
    width: 100%;
    background-color: black;
    height: 10px;
    margin-top: 2px;
}
.datetime span{
   animation-name: datetime;
   animation-duration: 8s;
   animation-iteration-count: infinite;
   font-size: large;
   font-weight: bold;
}
@keyframes datetime {
   0%{color: magenta;}
   10%{color: black;}
   20%{color: aqua;}
   30%{color: black;}
   40%{color: yellow;}
   50%{color: black;}
   60%{color: magenta;}
   70%{color: black;}
   80%{color: aqua;}
   90%{color: black;}
   100%{color: yellow;}
}
#nameplate{
    color: aqua;
    font-size: large;
    font-weight: 400;
    margin-left: 25%;
    margin-right: 25%;
    font-style: normal;
    animation-name: name;
    color: transparent;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

@keyframes name {
     25%{color: white;font-size: larger;font-weight: 700;font-style: normal;font-family:monospace;}
     50%{color: aqua;font-size: x-large;font-weight: 700;font-style: italic;font-family:cursive;}
     75%{color: magenta;font-size: larger;font-weight: 600;font-style: oblique;font-family:sans-serif;}
     100%{color: yellow;font-size: x-large;font-weight: 700;font-style: normal;font-family: sans-serif;}
}


.tnav{
    background-color: black;
    width: 90%;
    padding: 13px;
    margin-left: 5%;
    margin-top: 5%;
    border-radius: 20px;
    animation-name: tnavbg;
    animation-duration: 40s;
    animation-iteration-count: infinite;
}
@keyframes tnavbg {
    0%{background-image: linear-gradient(black,black,black);}
    25%{background-image: linear-gradient(lime,black,lime);}
    50%{background-image: linear-gradient(yellow,black,yellow);}
    75%{background-image: linear-gradient(magenta,black,magenta);}
    100%{background-image: linear-gradient(aqua,black,aqua);}
}
.tnav li{
    display: inline;
    list-style-type: none;
    padding-bottom: 11px;
    padding-right: 3px;
}
.tnav li:hover{
    background-color: aqua;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-color:black;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 8px;
    border-style: outset;

}
.tnav a{
    color: white;
    text-decoration: none;
    font-size: larger;
    font-weight: 900;
    padding: 4px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 13px;
    margin: 10px;
}
.tnav a:hover{
    background-image: linear-gradient(black,black,aqua,aqua,aqua,aqua,aqua);
    color: black;
    font-weight: bold; 
    margin-left: 16px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-color: black;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 8px;
    border-style: outset;
}
.tnav h2{
    font-style:normal;
    font-family:sans-serif;
    font-weight:bolder;
    font-size: xx-large;
    color: aqua;
    float: left;
    margin-top:-10px;
    margin-left:50px;
    margin-right: 190px;
    text-decoration:underline white;
    text-underline-offset: 7px;
    text-shadow: 1px 1px 2px rgb(5, 253, 170);
    animation-name: tnavh2c;
    animation-duration: 40s;
    animation-iteration-count: infinite;
}
@keyframes tnavh2c {
    0%{text-decoration: underline white;color: aqua;}
    25%{text-decoration: underline white;color: white;}
    50%{text-decoration:underline black;color: white;}
    75%{text-decoration:underline white;color: yellow;}
    100%{text-decoration:underline yellow;color: lime;}
}
.wpinstfix{
    width: 70px;
    height: 80px;
    position: fixed;
    clear: both;
    clear: left;
    clear: right;
}
.wpinstfix img{
    width: 50px;
    height: 45px;
    margin: 10px;
    border-radius: 50px;
    background-color: transparent;
    animation-name: wpinstimg;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: 1s;
}
@keyframes wpinstimg {
  100%{transform: scale(1.16,1.16);}

}
.wpinstfix img:hover{
    transform: rotate(1000deg);
    transition-duration: 3s;
    width: 55px;
    height:50px;
    box-shadow: 0px 0px 35px white;
}




.bottum{
    width: 97%;
    height: 110px;
    background-image: linear-gradient(aqua,rgb(251, 255, 1) 1% ,white,white,pink,aqua);
    border-radius: 10px;
    padding: 20px;
}
.bottum ol{
    margin-top: -10px;
    text-align: center;
    padding: 12px;
}
.bottum li{
    display: inline;
    list-style-type: none;
    margin: 20px;
}
.bottum a{
    text-decoration: none;
    font-size: large;
    font-weight: bolder;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
}
.bottum div{
    width: 250px;
    height: 25px;
    float: left;
    margin-top: -20px;
    margin-left: 50px;
}
.bottum h3,h4{
    color:black;
}
.bottum h3{
    text-decoration: underline black;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}
.wpinst a{
    font-size: large;
}
.wpinst img{
    width: 38px;
    height: 38px;
    border-radius: 5px;
    display:flexbox;
    margin-top: 10px;
    margin-left: 2px;
    box-shadow: 3px 3px 5px white;
}
.wpinst img:hover{
    width: 40px;
    height: 40px;
    box-shadow: 5px 5px 7px black;
}


/*star class*/

.star::after{
    content: " *";
    color: red;
    font-size: large;
  }
.bstar::before{
    content: "* ";
    color: magenta;
    font-size: large;
}

















@media screen and (max-device-width: 720px) {
    .datetime span{  
        font-size: xx-small;
        font-weight: 100;
     }
    
    #nameplate{
        font-size: small;
        font-weight: 100;
        margin-left: 8%;
        margin-right: 7%;
        font-style: normal;  
    }
    
    @keyframes name {
         25%{font-weight: 300;color: white;font-style: normal;}
         50%{font-weight: 400;color: aqua;font-style: italic;}
         75%{font-weight: 400;color: magenta;font-style: oblique;}
         100%{font-weight: 400;color: yellow;font-style: italic;}
    }

    .tnav{
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 20px;
        animation-duration: 5s;
    }
    @keyframes tnavbg {
        0%{background-image: linear-gradient(to right, black,black,black);}
        25%{background-image: linear-gradient(to right, lime,black,black,lime);}
        50%{background-image: linear-gradient(to right, yellow,black,black,yellow);}
        75%{background-image: linear-gradient(to right, magenta,black,black,magenta);}
        100%{background-image: linear-gradient(to right, aqua,black,black,aqua);}
    }
    .tnav li{
        display: block;
        text-align: center;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
   
    .tnav a{
        color: white;
        text-decoration: none;
        font-size: larger;
        font-weight: 900;
        padding: 4px;
        padding-top: 13px;
        padding-left: 13px;
        padding-right: 13px;
        margin: 10px;
    }
    .tnav a:hover{
        background-image: linear-gradient(black,black,aqua,aqua,aqua,aqua,aqua);
        color: black;
        font-weight: bold; 
        margin-left: 16px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-color: black;
        border-right-width: 0px;
        border-left-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 8px;
        border-style: outset;
    }
    .tnav h2{
        font-style:normal;
        font-family:sans-serif;
        font-weight:bolder;
        font-size: x-large;
        color: aqua;
        background-color: black;
        margin-top:-5px;
        margin-left: 30%;
        margin-right: 30%;
        text-decoration:underline white;
        text-underline-offset: 7px;
       
    }
  
    .wpinstfix{
        width: 37px;
        height: 37px;
        margin-left: -8px;
    }
    .wpinstfix img{
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
    }
    .wpinstfix img:hover{
        width: 40px;
        height:40px;
        box-shadow: 0px 0px 12px white;
    }

    .bottum ol{
        width:100%;
        padding: 2px;
    }
    .bottum li{
        display: inline;
        list-style-type: none;
        margin: 4px;
        margin-bottom: -2px;
    }
    .bottum a{
        font-size: x-small;
        padding: 1px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .bottum div{
        width: 25%;
        float: left;
        margin-top: 1px;
        margin-right: 5px;
        margin-left: -5px;   
    }
    .bottum h3,h4{
        font-size: xx-small;
    }
    .bottum h3{
        text-decoration: underline black;
        text-underline-offset: 1px;
        text-decoration-thickness: 2px;
        font-size: xx-small;
    }
    
    .wpinst img{
        width: 16px;
        height: 16px;
        border-radius: 5px;
        display:flexbox;
        margin-top: 0px;
        margin-left: 2px;
        align-items:flex-start;
        align-content: start;
        margin-right: 2px;
        box-shadow: 1px 1px 3px white;
    }
    .wpinst img:hover{
        width: 16px;
        height: 16px;
        box-shadow: 2px 2px 4px black;
    }




}