@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');

html {
    scroll-behavior: smooth;
}

body
{
    background-color: darkblue;
}

.link {
    color: yellow;
    font-family: 'Courier Prime', monospace;
    font-style: normal;
}

.link:hover {
    font-size: larger;
}

h1, h2, h3, h4, h5, p, .heading {
    padding-left: 20px;
    font-family: 'Courier Prime', monospace;
    color: yellow;

    font-style: normal;
    transition: 0.5s;

    text-align: center;
}



h2:hover, h1:hover, h3:hover {
    font-style: italic;
    transition: 0.5s;
}

.games {
    background-color: rgb(0, 0, 49);
}

.gameImg {
    
    height: 10%;
    width: 10%;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: 0.5s;
}

.link-list, .link-obj {
    color: yellow;
}

.link-list:hover {
    color: yellow;
    font-style: italic;
    font-size: larger;
}

.gameImg:hover
{
    height: 10.25%;
    width: 10.25%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    
    transition: 0.5s;
}

.game-iframe {
    margin-left: auto;
    margin-right: auto;

    margin-top: 20px;
    display: block;
}

.game-title {
    text-align: center;
}

.nb-ul {
    list-style-type: none;

    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(7, 7, 58);
}

.li-nb {
    float: none;
}

.nb-a {
    display: block;
    color: yellowgreen;
    text-align: center;
    padding: 14px 16px;
    text-decoration: underline;
}

.nb-a:hover {
    font-style: italic;
}

hr {
    color: yellow;
}

.btn-primary {
    margin-left: auto;
    margin-right: auto;

    padding: 10px 10px 10px 10px;

    background-color: rgb(5, 5, 39);
    color: yellow;
    
}

.showcase {
    border: none;
}

ul {
    text-align: center;
}

li {
    display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
}



.search-input {
    margin: auto;
    display: block;

    width: 40%;
    
    
    background-color: rgb(5, 5, 109);
    color: limegreen;

    border: 2px solid darkgreen;
    text-align: center;
    
}

.search-button {
    display: block;
    color: yellowgreen;
    text-align: center;
    padding: 14px 16px;
    text-decoration: underline;

    background-color: rgb(5, 5, 109);
    margin: auto;
    border: 1px solid darkgreen;
}

.search-button:hover {
    background-color: rgb(4, 4, 83);
}

.search {
    background-color: rgb(7, 7, 58);
    padding: 20px;
}

iframe {
    border: 1px solid rgb(0, 0, 75);;
}


.lds-dual-ring {
display: inline-block;
width: 80px;
height: 80px;

margin: auto;
padding-top: 30px;
padding-bottom: 30px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 64px;
height: 64px;
margin: 8px;
border-radius: 50%;
border: 6px solid #fff;
border-color: #fff transparent #fff transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}


div#spinner {
    display: block;
}