body{
    font-family: "exo 2";
    background-image: url(/images/sephirothblue.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #051238;
}

header{
    color: #f5db65;
    text-align: center;
    text-shadow: #000 2px 2px 2px;
}

/*link back to homepage*/
#homelnk{
    font-size: smaller;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: large;

    border-width: 1px;
    border-color: rgb(85, 85, 85);
    border-style: ridge;
    border-radius: 5px;
    background-image: linear-gradient(#051238, #6581db, #102e91, #4f6cee);
    width: fit-content;
    padding: 5px;
}

/*main content background*/
main{
    background-image: url(/images/v1016-a-07.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #7c7c81;
    border-style: outset;
    border-width: 4px;
    border-radius: 5px;

    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 850px;
    height: fit-content;

}

/*main content w games*/
.maincontent{
    padding: 5px;
    margin-bottom: 20px;
}


/*game borders*/
.wuwaborder{
    display: inline-block;
    border: solid;
    border-radius: 5px;
    border-style: ridge;
    border-color: black;
    width: 400px;
    height: 300px;
    margin: auto;

    overflow-y: scroll;
}
.ladsborder{
    display: inline-block;
    border: solid;
    border-radius: 5px;
    border-style: ridge;
    border-color: black;
    width: 400px;
    height: 300px;

    overflow-y: scroll;
}
.ff7border{
    display: inline-block;
    border: solid;
    border-radius: 5px;
    border-style: ridge;
    border-color: black;
    width: 400px;
    height: 300px;

    overflow-y: scroll;
}




/*game txt inside borders*/
#wuwa{
    margin-left: auto;
    margin-right: auto;
    padding: 10px;

}

#lads{

    margin-left: auto;
    margin-right: auto;
    padding: 10px;

}


.gamegif{
    align-self: center;
    width: 200px;
    height: auto;
    border-radius: 5px;
}    




a:link{
    color: #f5db65;
    text-decoration: none;}

a:hover{
    color: #ffffff;
    text-decoration: underline;}

a:visited{
        color: #f5db65;
        text-decoration: none;}