/* Umbreon - Pokemon - https://www.cursors-4u.com/cursor/umbreon-pokemon */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/umbreon-pokemon-a4c448ca-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */
@font-face {
        font-family: pixelfont;
        src: url(VCR_OSD_MONO_1.001.ttf)
    }
body {
    background-color: #79caf9;
    background-image: url("images/Pikachu\'s\ Summer\ Vacation\ Postcard\ -\ Sleeping\ by\ Keiko\ Fukuyama.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    font-family: pixelfont;
}

.main-page {
    margin-top: 100px;
    margin-left: 200px;
    position: relative;
    width: 600px;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.753);
    border: 5px solid rgb(107, 161, 107);
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#main, #main-cards {
    
    padding: 10px;
}
#pokedexopen, #pokedexclosed{
    position: absolute;
    width: 750px;
    image-rendering: pixelated;
    left: 900px;
    top: 100px;
}

#pkdximg {
    image-rendering: pixelated;
}
.screen {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 980px;
    top: 275px;
    pointer-events: none;
    width: fit-content;
    height: fit-content;
   
}
.button {
    position: absolute;
    left: 1360px;
    top: 595px;
}
.button2 {
    position: absolute;
    left: 1510px;
    top: 595px;
}
button {
    background-color: transparent;
    border: transparent;
    color: #79caf9;
    font-family: pixelfont;
    font-size: larger;
}
button:hover {
    color: darkblue;
}
#jolt {
    position: absolute;
    width: 200px;
    left: 400px;
    
}
h1 {
    color: rgb(247, 169, 24);
    text-shadow: 4px 4px 0px rgb(32, 40, 107);
    font-family: 'Typeface Mario World Pixel Outline', sans-serif;
                                                
}
h3 {
    color: #79caf9;
}
#pktext {
    position: relative;
    margin-left: 50px;
    width: 300px;
}
.section {
    display: flex;
    
}
p {
    width: 400px;
}
#ortext {
    margin-left: 20px;
}
#binder {
    width: 300px;
    justify-self: center;
    justify-content: center;
}
#favs {
    left: 1345px;
    top: 252px;
    position: absolute;
    width: 250px;
    height: 60px;
    display: flex;
    overflow: hidden;
    
}
#icon {
    animation: slideshow 10s linear infinite;
}
@keyframes slideshow {
    0% {transform: translateX(-250px);}
    100% {transform: translateX(250px);}
}
#bottom {
    height: 600px;
}
