@import url('https://fonts.cdnfonts.com/css/faqro-extended-round');

* {
    margin: 0;
    padding: 0;
}


h1 {
    font-family: 'Faqro Extended Round', sans-serif;
    font-size: 2em;
    color: rgb(150, 150, 150);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;

}

a {
    color: lightgray;
    text-decoration: underline dotted;
}

body {
    color: white;
    font-family: verdana;
    background: black;
}
/** SHRINES **/
#shrinelist li{
    border: 1px solid rgb(25, 25, 25);
    margin-bottom: 10px;
    padding:5px;
    border-radius: 5px;
    background: linear-gradient(45deg,black 29%, rgb(25, 25, 25) 50%, black 80%);
    background-size: 610px;
    background-position-x: 120px;
    clear: both;
    display: inline-flex;
    font-size: 14px;
    overflow: hidden;
}

#shrinelist li:hover {
    background-position-x: -500px;
    transition: background-position-x 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(1.05);
    border: 1px solid rgb(97, 97, 97);
}

#shrineindextitle{
    font-weight: bold;
    width: 170px;
    align-self: center;
    color: rgb(150, 150, 150);

}
#shrineindextext{
    border-left: 1px solid rgb(17, 17, 17);
    padding: 5px;
    padding-left: 10px;
    margin-left: 10px;
    box-shadow: 10px 0px 20px black, 10px 0px 20px black, 20px 0px 20px black, 10px 0px 20px black, 10px 0px 20px black,10px 0px 20px black,10px 0px 20px black;
    z-index: 1;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 10px;
    
    
}

#shrinelist img {
    opacity: 0.3;
    margin: -10px;
    margin-right: -5px;
    z-index: 0;
}




/** LINKS **/
#links {
    border: 1px solid white;
    width: 100%;
     border-spacing: 0;
}

#links th {
    background: linear-gradient(gray,white,gray);
    color: black;
}

#links td {
    border-bottom: 1px solid;
    border-right: 1px solid;
    padding: 2px;
}

#links td:nth-child(even){
    width: 250px;
    font-size: 12px
}