* {
    margin: 0;
    padding: 0;
    border: 0;
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,:active{outline: none;}
a:focus,:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body {
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding: 0;border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

html,
body {
    height: 100%;
}

.site {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.wrap-container {
    flex: 1 1 auto;
}

/* Sintaksis */
.fl-page {
    display: flex;
    flex-direction: column;
    max-width: 1420px;
    margin: 0 auto;
}

.fl-container {
    display: flex;
    justify-content: space-between;
}

pre {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 10px;
    color: #666;
    overflow: auto;
}

code {
    color: #d63384;
}

.post {
    display: flex;
    justify-content: space-between;
}

.post-text {
    padding: 10px;
}

.id-url {
    text-align: center;
    margin-top: 250px;
}