body{

background-image:url("images/background.gif");
background-size:cover;

color:#00ffff;
font-family:"Comic Sans MS";

cursor:url("cursor/pokeball.cur"), auto;

text-align:center;
}

h1{

color:#ffcc00;
text-shadow:3px 3px red;

}

marquee{

color:#ff00ff;
font-size:20px;

}

.layout{

display:flex;
justify-content:center;
gap:30px;

}

.sidebar{

width:150px;

}

.sidebar img{

width:120px;
margin:10px;

}

.content{

width:500px;

background:rgba(0,0,0,0.6);
padding:20px;
border:3px solid cyan;

}

nav a{

display:inline-block;
margin:10px;
font-size:20px;
color:#00ffff;

}

.pokemon{

margin:20px;

}

.pokemon img{

width:150px;

}