/*
	Author: Roby Layouts
	Description: Pokemon Generations Layout.
	Date: 24/01/2015
	Modified: 25/04/2016
*/

a {
    color: #f9ae00;	
}


@-webkit-keyframes slide-down {
    0%  { top: 50px; opacity: 0; }
    50% { top: 100px; opacity: 1; }
    55% { top: 105px; }
    55% { top: 100px; }
    60% { top: 105px; }
    65% { top: 100px; }
} 

@keyframes slide-down {
    0%  { top: 50px; opacity: 0; }
    50% { top: 100px; opacity: 1; }
    55% { top: 105px; }
    60% { top: 100px; }
    65% { top: 105px; }
    70% { top: 100px; }
} 

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	background: #3e4649;
}

input[type="submit"]{
    border: none;
    outline: none;
}

.btn1 {
  background: #ff7f29;
  background-image: -webkit-linear-gradient(top, #ff7f29, #c24f19);
  background-image: -moz-linear-gradient(top, #ff7f29, #c24f19);
  background-image: -ms-linear-gradient(top, #ff7f29, #c24f19);
  background-image: -o-linear-gradient(top, #ff7f29, #c24f19);
  background-image: linear-gradient(to bottom, #ff7f29, #c24f19);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
}

.btn1:hover {
  background: #ff9752;
  background-image: -webkit-linear-gradient(top, #ff9752, #d95d23);
  background-image: -moz-linear-gradient(top, #ff9752, #d95d23);
  background-image: -ms-linear-gradient(top, #ff9752, #d95d23);
  background-image: -o-linear-gradient(top, #ff9752, #d95d23);
  background-image: linear-gradient(to bottom, #ff9752, #d95d23);
  text-decoration: none;
}

.ads-1 {
    width: 748px;
    margin: 20px auto 0 auto;
    background: #2E2F31;
    border-radius: 7px;
    padding: 10px 0;
}

.main-header {
    box-shadow: 0 1px 0 #28292A, 0 2px 3px rgba(0, 0, 0, 0.2);
    background: #2e2f31;
    position: relative;
    height: 72px;
    width: 100%;
    z-index: 100;
}

.main-header .logo {
    background: url(../../robylayouts/img/images2.png) left no-repeat, url(../../robylayouts/img/images3.png) right no-repeat;
      position: absolute;
    left: 0px;
    height: 72px;
    width: 100%;
}


.main-header .navigation {
    text-align: center;
}

.main-header .navigation .menu {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
    top: 16px;
    border-radius: 7px;
    background: #B23536;
}

.main-header .navigation .menu:before, 
.main-header .navigation .menu:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #353639;
    top: 15px;
}

.main-header .navigation .menu:before { left: -20px; }
.main-header .navigation .menu:after { right: -20px; }

.main-header .navigation li {
    list-style: none;
    position: relative;
    float: left;
    display: block;
}
.main-header .navigation li a {
    color: white;
    display: block;
    padding: 0 12px;
    font-size: 16px;
    text-decoration: none;
	transition: .2s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-header .navigation li:first-child a {
	border-radius: 7px 0 0 7px;
}

.main-header .navigation li:last-child a {
	border-radius: 0 7px 7px 0;
}

.main-header .navigation li a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.main-header .navigation li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    height: 32px;
}

.main-header .navigation li:last-child a:after {
	width: 0;
}

.main-header .networks {
    position: absolute;
    right: 10px;
    top: 9px;
    height: 46px;
}

.main-header .networks li {
    display: block;
    float: left;
}

.main-header .networks li a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/soc-icon.png) no-repeat;
    margin: 7px 5px;
	transition: .2s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-header .networks li a.facebook { background-position: 0 0; margin-left: 10px; }
.main-header .networks li a.youtube { background-position: -32px 0; }
.main-header .networks li a.twitter { background-position: -64px 0; }
.main-header .networks li a.google-plus { background-position: -96px 0; }
.main-header .networks li a.ziddle { background-position: -128px 0; }

.main-header .networks li a:hover { transform: rotate(360deg); }



.promo {
    position: fixed;
    top: 100px;
    left: 20px;
    width: 120px;
    text-align: center;
	-webkit-animation: slide-down 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	animation: slide-down 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.promo .btn {
    margin: 0 auto;
}

.promo img {
    box-shadow: 0 1px 0 #3A3B44;
}

.promo p {
    font-size: 12px;
    color: #6A6B79;
	padding-top: 5px;
}

.main-content {
    width: 800px;
    margin: 0 auto;
    padding-top: 20px;
	position: relative;
}

.about p a {
	color: #FFCC03;
	text-decoration: none;
	font-weight: 700;
}
.about p {
    color: #FFFFFF;
    font-size: 14px;
    padding: 20px;
    text-align: center;
    letter-spacing: .02em;
}

.about p:first-letter {
    padding-left: 10px;
}

.about {
    background: #474F53;
    position: relative;
    border-radius: 7px;
	text-align: center;
    padding: 20px;
}

.about .pokemon {
    position: absolute;
    width: 180px;
    left: -90px;
    z-index: -1;
    bottom: -5px;
}

.about .pokemon2 {
    position: absolute;
    width: 220px;
    left: 720px;
    z-index: -1;
    bottom: -5px;
}

.title {
    background: #2E2F31;
    padding: 4px 12px;
    font-size: 14px;
    color: #3FC88C;
    font-weight: 700;
    border-radius: 7px;
}

.date {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding-left: 8px;
}

.date a {
    color: #3E4649;
    font-weight: 700;
}

.post {
    position: relative;
    margin: 10px 20px;
}

.post a {
	color: #ffd500;
    font-weight: 700;
}

.content {
    background: #474F53;
    color: #BDC3DB;
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 4px;
    margin: 6px 0;
}

.news-updates .content a {
    color: #F9CC03;
    text-decoration: none;
}

.news-updates .content a:hover { color: orange; }


.news-updates .avatar {
    border-radius: 200px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 20px auto 0 auto;
    border: 5px solid #2E2F31;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    background: white;
}

.news-updates .avatar img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 120px;
    background: #FFFFFF;
}

.login-wrap {
    width: 320px;
    position: relative;
    margin: 0 auto;
    padding-top: 150px;
    border-radius: 7px;
}

.login-wrap .login {
    height: 190px;
    background: #474F53;
    text-align: center;
    position: relative;
    border-radius: 7px;
}

.login-wrap .pokemon {
    background: url(../img/poke2.png) no-repeat;
    width: 306px;
    height: 260px;
    position: absolute;
    left: 5px;
    top: -15px;
}

.login-wrap .corner {
    background: url(../img/login-corner.png) no-repeat;
    width: 82px;
    height: 82px;
    position: absolute;
    left: -10px;
    top: -9px;
}

.login-wrap .login form {
    position: relative;
    top: 30px;
}

.login-wrap .login form input[type="text"], 
.login-wrap .login form input[type="password"] {
    width: 200px;
    height: 30px;
    display: block;
    margin: 5px auto;
    border: none;
    box-shadow: inset 0 2px #c0392b;
    outline: none;
    text-align: center;
    color: #36526D;
	background: #ecf0f1;
}

.login-wrap .login form input[type="text"]:focus, 
.login-wrap .login form input[type="password"]:focus {
    box-shadow: inset 0 2px #2A6BBE;
}

.login-wrap .login form input[type="submit"] {
    width: 70px;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 14px;
    cursor: pointer;
    outline: none;
    margin: 0 auto 14px auto;
}

.login-wrap .login input[type="submit"]:active {
    border: 1px solid white;
    box-shadow: 0 0 0 black;
}

.login-wrap .login form input[type="submit"]:hover {
    border: 1px solid #FFF;
}

.login-wrap .login form a {
	color: #B3B3B3;
	font-size: 14px;
	text-decoration: none;
}
.login-wrap .login form a:hover {
	text-decoration: underline;
}

div#footer {
    height: 5%;
    text-align: center;
    font-size: 12px;
    color: #BABFD0;
   /* margin-top: -10px;*/
}

div#footer div {
    display: inline-block;
    margin-right: 10px;
}

div#footer div.credit a {
	color: #5BAB5F;
	text-decoration: none;
}


.btn {
    background: #c0392b;
    display: block;
    padding: 4px 10px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}


.noticee  {margin-top:0;}
.notice, .noticee {
	background: #27AE60;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding: 2px;
	margin: 0 10px 10px 10px;
	border-radius: 2px;
	position: relative;
}

.login-wrap .error {
    color: white;
    position: relative;
    z-index: 2;
    font-size: 12px;
    width: 300px;
    background: #c0392b;
    padding: 2px;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
	bottom: 20px;
    border-radius: 2px;
    border: 2px solid #2C2E37;
}


div#register {
    text-align: center;
    background: #474F53;
    color: #FFF;
    border-radius: 7px;
}

div#register .input {
    width: 300px;
    padding: 6px 10px;
    border: none;
    outline: none;
    background: #2E2F31;
    color: #058CB9;
}

div#register input#button {
    padding: 4px 10px;
}

div#register td.td-width {
    width: 96px;
    height: 95px;
    text-align: center;
}

div#register .error {
    background: #C0392B;
    margin: 3px 0;
    padding: 1px;
}

.notice.reg {
	padding: 5px;
	margin-bottom: 10px;
	width: 320px;
}

td.agree {
    text-align: center;
    padding: 4px;
    font-size: 12px;
}

td.agree input {
    position: relative;
    top: 3px;
    left: -2px;
}
p.banned {
    position: absolute;
    z-index: 1;
    background: #B6382C;
    width: 320px;
    margin-left: -50px;
    border-radius: 2px;
    padding: 2px;
    top: -30px;
    font-size: 12px;
    color: #FFF;
    border: 2px solid #2C2E37;
	text-align: center;
}

body {
  color: #FFF;
}

#center {
   width: 300px;
   height: 250px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -150px;
   margin-top: 180px;
  text-align: center;
}

#top {
  position: relative;
  width: 100%;
  height: 70px;

}
#orange {
  border-radius: 1px;
  position: relative;
  top: 25%;
  left: 50%;
  margin-left:-20px;
  width: 40px;
  height: 40px;
  background: #FA5D16;
}
#orange img {
  width: 40px;
}
#notification {
  position: relative;
  left: 155px;
  top: -30px;
  border-radius: 50%;
  border: 2px solid #FFF;
  width: 20px;
  height: 20px;
  background: #E93B19;
}
#bottom {
  position: relative;
  width: 100%;
  height: 150px;
}
#triangle-line {
  width: 100%;
  height: 20px;
}
#tri {
  position: relative;
  left: 140px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent rgba(121, 106, 77, 0.8) transparent;
}
#nots {
  line-height: 35px;
  width: 100%;
  height: 35px;
  background: rgba(121, 106, 77, 0.8);
  border-bottom: 1px solid rgba(89, 81, 68, 1);
}
#info {
  line-height: 25px;
  width: 100%;
  height: 60px;
  background: rgba(121, 106, 77, 0.8);

  border-bottom: 2px solid rgba(89, 81, 68, 1);
}
#feet {
  width: 100%;
  height: 30px;
  background: rgba(89, 81, 68, 0.9);
}

		.main-footer {
		    margin: 20px auto;
			background: #2E2F31;
			border-radius: 7px;
			width: 800px;
			padding-bottom: 10px;
			text-align: center;
		}
		.main-footer .copyrights {
			font-size: 12px;
			padding: 10px 0;
			color: #919DA2;
		}
		.main-footer .copyrights a {
			color: #90C058;
			text-decoration: none;
		}
		.main-footer .copyrights a:hover { text-decoration: underline; }
		.main-footer .copyrights span.ion-heart {
			color: #AF2B2C;
			padding: 0 2px;
		}
		
		.ads-left {
			position: absolute;
			width: 160px;
			background: #2E2F31;
			right: 20px;
			top: 148px;
			z-index: -1;
			border-radius: 7px;
			padding: 10px;
			text-align: center;
		}
		
		.ads-left {
		    background: #D0D0D0;
			border: 2px solid #929292;
		}
		@media screen and (max-width: 1280px) {
			.ads-left {
				position: relative;
				height: 90px;
				width: 800px;
				margin: 0 auto 20px auto;
				right: 0;
				top: 0;
				background: rgba(0, 0, 0, 0);
				padding: 0;
			}
		}
		
		.promo {
    position: fixed;
    top: 100px;
    left: 20px;
    width: 120px;
    text-align: center;
	-webkit-animation: slide-down 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	animation: slide-down 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	-webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
        animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


Here is the clean 2-step setup to separate your styles into style_out.css.

Step 1: Add this to style_out.css
Paste this block at the very bottom of your style_out.css file:

CSS

/* ==========================================================================
   PokéGen Landing Page: Central Columns with Flanking Sprites
   ========================================================================== */

/* ==========================================================================
   PokéGen Landing Page: Central Columns with Flanking Sprites & Banner
   ========================================================================== */

:root {
  --primary-accent: #ff9800; /* Original Orange Text */
  --pkmn-red: #cc0000;      /* Accent line */
  --bg-card: #ffffff;
  --bg-landing: #eaf1f8;   /* Light blue/grey page backdrop */
  --text-main: #2c3e50;
  --text-muted: #6c757d;
  --border-color: #e9ecef;
  --radius: 12px;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Page Container */
.pkmn-landing {
  max-width: 860px; /* Restricts main content width */
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--text-main);
  line-height: 1.6;
  position: relative;
}

/* Main Cards */
.pkmn-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 24px;
  border: 1px solid var(--border-color);
  overflow: hidden; /* Clips header & banner inside rounded corners */
}

/* Original Banner Container */
.banner-container {
  width: 100%;
  background: #1a1d24;
  text-align: center;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}

.banner-img:hover {
  opacity: 0.95;
}

/* Content Padding */
.hero-content {
  padding: 30px;
}

.hero-content p {
  margin: 0 0 16px;
  font-size: 1.05rem;
}

.brand-highlight {
  color: var(--primary-accent);
  font-weight: 700;
}

/* Discord CTA */
.discord-wrapper {
  margin: 28px 0;
  text-align: center;
}

.discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #5865F2;
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(88, 101, 242, 0.25);
}

.discord-btn:hover {
  background: #4752C4;
  transform: translateY(-2px);
}

.discord-icon {
  height: 22px;
  width: auto;
}

/* ==========================================================================
   Large Flanking Sprites (Espeon & Dunseraph)
   ========================================================================== */

.flank-sprite {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  max-width: 320px;
  max-height: 320px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
  opacity: 0.9;
  pointer-events: none;
}

.-left {
  left: 175px;
}

.-right {
  right: 175px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1300px) {
  .flank-sprite {
    max-width: 225px;
    opacity: 0.5;
  }
  .-left { left: 15px; }
  .-right { right: 15px; }
}

@media (max-width: 900px) {
  .flank-sprite {
    display: none !important;
  }
}

/* Headers */
.section-header {
  background: linear-gradient(135deg, #3a4150, #1a1d24);
  color: #ffffff;
  margin: 0;
  padding: 16px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.section-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--pkmn-red);
}

.section-body {
  padding: 24px;
}

.news-date {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 6px;
}