#s1{
    text-shadow: 4px 3px 5px;
}
#s2{
    box-shadow: 4px 4px 3px;
}
#font1{
    font-family: 'Rajdhani', Courier, monospace;
    font-size: 48px;
}
#font2{
    font-family: 'Rajdhani', Courier, monospace;
    font-size: 48px;
}
#margintop{
    margin-top: -33px;
    margin-right: -10px;
    margin-left: -8px;
}
#margintop2{
    margin-top: -13px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 10px;
}
body{
    background-image: url(background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
body a{
    text-decoration: none;
    color: rgb(2, 40, 51);
}
.container{
    padding-top: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.box1{
    padding: 15px;
    font-size: 2em;
    background-color: rgba(81, 177, 180, 0.61);
    border-radius: 10px;
}
.box2{
    padding: 15px;
    font-size: 2em;
    background-color: rgba(81, 177, 180, 0.61);
    border-radius: 10px;
}
.box3{
    padding: 15px;
    font-size: 2em;
    background-color: rgba(81, 177, 180, 0.61);
    border-radius: 10px;
}
.box4{
    padding: 15px;
    font-size: 2em;
    background-color: rgba(81, 177, 180, 0.61);
    border-radius: 10px;
}
*::selection{
    color: deepskyblue;
    background-color: grey;
}

.pagination{
    text-decoration: none;
    text-align: center;
}
.pagination a{
    color: aqua;
    padding: 5px;
}
@keyframes cursorover{
    75%{box-shadow: 0px 0px 70px rgb(0, 202, 185);}
}
.box1:hover{
    animation-name: cursorover;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    color: rgb(0, 202, 185);
}
.box2:hover{
    animation-name: cursorover;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    color: rgb(0, 202, 185);
}
.box3:hover{
    animation-name: cursorover;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    color: rgb(0, 202, 185);
}
.box4:hover{
    animation-name: cursorover;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    color: rgb(0, 202, 185);
}
a:hover{
    color: rgb(0, 202, 185);
}
