@font-face {
    font-family: gamefreak;
    src: url('game-freak-font.ttf');
    font-weight: bold;
}

@font-face {
    font-family: DSFONT;
    src: url('pokemon-ds-font.ttf');
}

@font-face {
    font-family: DSFONT;
    src: url('128k-mac.ttf');
    font-weight: bold;
}

body {
    font-family: 'DSFONT', sans-serif;
    font-size: large;
    background-color:white;
    background-image:url(https://i.postimg.cc/sgb3cYC6/458-Mantyke-Pok-mon-Shirts.png);
    color:black;
    background-size: 25%;
}

.thediv {
    width: 800px;
    height: 480px;
    background: linear-gradient(0deg,rgba(170, 219, 240, 1) 0%, rgba(236, 250, 251, 1) 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 3px solid #1d8dc6;
    outline: 2px solid white;
    border-radius: 10px;
}

.header {
    height: 200px;
    width: 800px;
    background-image: url('https://i.postimg.cc/26TkXxY7/undefined-Imgur.gif');
    border:3px solid #1d8dc6;
    outline:2px solid white;
    border-radius:10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-size: 100%;
    background-position-y: 40%;

}

footer {
    background-color: #f5feff;
    width: 800px;
    height: 25px;
    margin-left: auto;
    font-size: small;
    text-align: center;
    line-height: 0px;
    margin-right: auto;
    border:3px solid #1d8dc6;
    outline:2px solid white;
    border-radius:5px;
    margin-top: 10px;
}

aside div {
    margin-bottom: 5.4px;
}


.flex {
    display:flex;
    margin-top: 5px;
}

.left {
    width:25%;
    margin-left: 5px;
    margin-right: auto;
    padding: 10px;
}

main {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.right {
    width: 25%;
    float: right;
    margin-left: auto;
    margin-right: 5px;
    padding: 10px;
}

.nav {
    background-color: #f5feff;
    padding: 10px;
    border: 2px #1d8dc6 dashed;
    border-radius: 10px;
    text-align: center;
}

.updates {
    height: 190px;
    text-align: left;
    background-color: #f5feff;
    padding: 10px;
    border: 2px #1d8dc6 dashed;
    border-radius: 10px;
}

.theupdates {
    height: 160px;
    overflow-y: scroll;
    text-align: left;
    line-height: 0.6;
}

.center {
    height: 425px;
    text-align: center;
    background-color: #f5feff;
    padding: 10px;
    border: 2px #1d8dc6 dashed;
    border-radius: 10px;
}

.center h2 {
    font-family: 'gamefreak';
    font-size: medium;
    letter-spacing: 3px;
    color: #1d8dc6;
}

.hgssgif {
    height: 200px;
    width: relative;
    background-image: url('https://i.postimg.cc/pXjV45Gm/oogjc7.gif');
    border:3px solid black;
    outline:2px solid white;
    border-radius:10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    background-position-y: 40%;
    transition:0.2s;
    transition-delay: 0.5s
}

.hgssgif:hover {
    background-image: url('https://i.postimg.cc/kGvsgvqT/tumblr-nq40wx7-Fm-D1uwxht5o1-500.gif');
    transition-delay: 0s
}

.funfact {
    height: 80px;
    text-align: center;
    background-color: #f5feff;
    padding: 10px;
    border: 2px #1d8dc6 dashed;
    border-radius: 10px;
}

.thefact {
    line-height: 0.8;
}

.todo {
    height: 150px;
    text-align: center;
    background-color: #f5feff;
    padding: 10px;
    border: 2px #1d8dc6 dashed;
    border-radius: 10px;

}

.todolist {
    height: 120px;
    overflow-y: scroll;
    text-align: left;
    line-height: 0.6;
}


.creaturehome {
    height: 135px;
    text-align: center;
    background-color: #f5feff;
    padding: 10px;
    border: 2px #1d8dc6 dashed;
    border-radius: 10px;
}

.thecreature {
    height: 135px;
    width: relative;
    background-image: url('https://i.postimg.cc/prxxjwcY/image08.gif');
    border-radius:10px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    background-position-y: 135%;
}

.click {
    background: #1d8dc6;
    width: 100%;
    height: 20px;
    border: 2px #1d8dc6 groove;
    border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
    line-height: 0.1;
}

.click p {
    color: #f5feff;
    letter-spacing: 1px;
}

.click a {
    text-decoration: none;
    transition:0.1s;
}

.click a:link {
    color: #f5feff;
    letter-spacing: 2px;
}

.click a:hover {
    text-transform: uppercase;
    letter-spacing: 4px;
}

.center p {
    line-height: 0.6;
}

