 @font-face {
    font-family: 'venice';
    src: url(Fonts/VeniceClassic.ttf);;
}

@font-face {
    font-family: 'daydream';
    src: url(Fonts/Daydream.ttf)
}

body {
    font-family: 'venice';
    font-size: 19px;
    text-align: center;
    background: linear-gradient(180deg,rgba(20, 9, 61, 1) 62%, rgba(38, 36, 179, 1) 86%, rgba(15, 100, 247, 1) 100%);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: rgb(194, 255, 237);
}

#container, main {
    width: 1000px;
    margin: auto;
}

li {
    list-style-type: none;
    display: inline;
    margin: auto;
    width: 1000px;
}

ul {
    margin: 0;
    padding: 0;
    overflow: hidden;

}

nav {
    width: 1000px;
    margin: auto;
}

article {
    width: 1000px;
    height: 500px;
    margin: auto;
 
}

main {
   background-image: url(bgs/moooon.png);
   border: 3px double ivory;
;
}

li a {
    background-color: rgba(148, 245, 196, 0.288);
    border: 1px solid ivory;
    border-radius: 5px;
    padding: 5px;


}

a:visited, a:link {
    text-decoration: none;
    color: ivory;
}

ul a:hover {
    background-color: rgba(211, 164, 255, 0.493);
    background-image: url(../Images/Gifs/staaaa.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-shadow: 1px 1px 10px yellow;
}