*{
    margin: 0;
    padding: 0;
    background-color: antiquewhite;
    font-family: 'Cinzel', serif;
}
header{
    width: 100%;
    height: 100vh;
}
header h2{
    text-align: center;
    word-spacing: 10px;
    font-size: 4em;
    font-weight: 600;
    animation: saraswati 1s infinite;
}
h3{
    animation: saraswati 1s infinite; 
}
@keyframes saraswati{
    0%{color: red;}
    30%{color: pink;}
    50%{color: #FC8704;}
    75%{color: #42BFEb;}
    100%{color: green;}
}
.centerimg{
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centerimg h3{
    color: #000;
    text-align: center;
    font-size: 1.6em;
}
@media(max-width:640px){
.centerimg h3{
    font-size: 1.2em;
    word-spacing: 0px;
    width: 100%;

}
}
p{
    text-align: center;
    color: red;
    font-size: 150%;
}
video{
    position: absolute;
    
}
.vid{
    padding-left: 19%;
}
p{
    padding-top: 100%;
}
.th{
    padding-top: 0%;
}
#rat{
    text-decoration: none;
    color: red;
}
