h1 { padding:10px; }
h2 { padding:5px; }
h3 { padding:5px; }
em { font-style:normal; background:#eee; color:#e83e8c; padding:2px; font-family:'courier new';}
code { font-style:normal; background:#eee; color:#e83e8c; padding:2px; font-family:'courier new'; }	
.colorMe, pre{ font-style:normal; color:#e83e8c; padding:2px; font-family:'courier new'; }	
.main {
    margin:20px 5%;
} 
.toppy .navbar-brand { 
    padding-left:1.5em; 
} 
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #333;
    overflow-x: hidden;
}
.custom-search-box {
    width: 100%; 
    max-width: 1024px;
    margin:auto;
    text-align: center;
}
.stripes {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.stripe {
    position: absolute;
    width: 120%;
    height: 20px;
    transform: skewY(2deg);
}
.stripe:nth-child(1) {
    background-color: #3CA44D;
    top: 0;
}
.stripe:nth-child(2) {
    background-color: #E16A23;
    top: 20px;
}
.stripe:nth-child(3) {
    background-color: #FFD700;
    top: 40px;
}
h1.titler {
    position: relative;
    background: #1a1d20;
    font-family: "Bungee","Sarina", "Winky Sans", sans-serif;
    font-size: 2.5rem;
    width:75%;
    margin:auto;
    color:#fff;
    place-items: center;
    border: 8px solid;
    text-align:center;
    padding:1em;
    background-clip: padding-box;
    border: solid 8px transparent;
    border-radius: 0.8rem;
    margin-bottom:1cm;
    margin-top:0;
}
h1.titler a {
    color:#fff !important;
    text-decoration:none;
}
h1.titler:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -8px;
    border-radius: inherit;
    background: linear-gradient(to left, #3CA44D, #FFD700);
}