table {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

footer,label,table {
    border: 0;
    font: inherit;
    vertical-align: baseline
}

label,table {
    padding: 0
}

footer {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,table {
    display: block
}

body,section#header {
    background-color: #000
}

body {
    line-height: 1;
    overflow-x: hidden
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: none
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif!important
}

img[alt=Logo] {
    content: url(https://i.vgy.me/142jmu.png)
}

.page-wrapper>nav {
    z-index: 100;
    position: fixed;
    width: 100%;
    padding: 10px;
    background-color: #161617
}

.page-wrapper .nav-logo-title>a {
    padding-left: 10px;
    font-weight: 700
}

.page-wrapper>nav>ul>li>a {
    padding: 5px
}

section#header {
    color: #fff
}

section#header>.header-texts>h1 {
    background: -webkit-linear-gradient(0deg,#be22ff 20%,#ff279c 50%,#ff981f 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center
}

section#header>.header-texts>h3,section#header>.header-texts>p {
    text-align: center
}

section#header>.header-filler>div {
    position: relative;
    content: "";
    z-index: 0;
    background-image: url(https://salient.tailwindui.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fpayroll.517af4e7.png&w=2048&q=75);
    background-size: cover
}

section#header>.header-filler>div::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top,#000,transparent)
}

.content-first,.content-second {
    background-image: url(https://i.vgy.me/Mb4400.png);
    background-size: cover;
    background-position: top
}

.content-second {
    background-position: left
}

#articles>table,.content-first>h2,.content-second>h2,.creativity-wrapper,aside,footer {
    color: #f0f8ff
}

.content-first>p,.content-second>p {
    color: #a1a1a6
}

.page-wrapper .nav-logo-title>a,.page-wrapper>nav>ul>li>a,aside>ul>li>a {
    color: #f0f8ff;
    text-decoration: none
}

.mini-content>h2,.row-second h3,aside>h2,tr.row-first>td>h3 {
    font-weight: 700
}

tr.row-first>td {
    border: 1px solid rgba(240,248,255,.197);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(240,248,255,.197);
    transition: 300ms ease-in-out
}

tr.row-first>td:hover {
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 0 10px transparent
}

tr.row-first>td>p {
    text-align: justify
}

img[alt="Article 1"],img[alt="Article 2"],img[alt="Article 3"],img[alt="Article 4"],img[alt="First image"],img[alt="Four image"],img[alt="Second image"],img[alt="Third image"] {
    content: url(https://source.unsplash.com/featured/300x201)
}

tr.row-first>td>a {
    color: #2997ff
}

tr.row-first>td>a:after {
    content: "â†’";
    margin-left: 5px;
    opacity: 0
}

tr.row-first>td>a:hover:after {
    opacity: 1;
    margin-left: 10px;
    transition: all .2s ease-in-out
}

tr.row-second {
    background-color: #be22ff
}

.row-second h3 {
    color: #f0f8ff
}

.mini-four,.mini-one,.mini-three,.mini-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    font-size: 14px
}

.footer-credit,.footer-form,.footer-logo {
    flex: 1;
    padding: 20px;
    box-sizing: border-box
}

input[type=text],select {
    width: 100%;
    padding: 6px;
    margin: 5px 0 15px;
    box-sizing: border-box
}

input[type=radio] {
    margin: 5px 5px 0 0
}

button,label {
    display: inline-block;
    margin: 5px 0
}

button {
    background-color: #4caf50;
    border: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    margin: 15px 0;
    cursor: pointer
}

button:hover {
    background-color: #45a049
}

@media (max-width:768px) {
    footer {
        flex-direction: column
    }
    
    .footer-credit,.footer-form,.footer-logo {
        flex: 1 100%;
        text-align: center
    }
}

@media only screen and (max-width:600px) {
    nav,nav>ul {
        display: flex
    }
    
    nav {
        flex-direction: column
    }
    
    .content-first,.page-wrapper>nav>.nav-logo-title,section#header,section#header>.header-filler {
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    nav>ul {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 10px
    }
    
    .content-first,section#header {
        padding: 20px
    }
    
    section#header>.header-texts>h1 {
        font-size: 3.5rem;
        font-weight: 600
    }
    
    section#header>.header-texts>h3 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600
    }
    
    section#header>.header-texts>p {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 1rem
    }
    
    section#header>.header-filler {
        height: 50vh;
        width: 100%
    }
    
    section#header>.header-filler>div {
        height: 49vh;
        border-radius: 5px;
        margin: 10px;
        width: 100%
    }
    
    .content-first {
        padding: 40px;
        align-items: start
    }
    
    .content-first>h2 {
        margin-bottom: 10px;
        font-size: 2rem;
        font-weight: 600
    }
    
    .content-first>p,.content-second>p {
        text-align: justify
    }
    
    .content-first,.content-second,aside,section#header {
        flex-direction: column;
        height: 100vh
    }
    
    .content-second {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: start
    }
    
    .content-second>h2 {
        text-align: right;
        width: 100%;
        font-size: 2rem;
        font-weight: 600
    }
    
    aside {
        text-align: center
    }
    
    aside>h2 {
        font-size: 1.5rem;
        margin-top: 20px
    }
    
    aside,aside>ul,tr.row-first>td {
        display: flex;
        align-items: center;
        justify-content: center
    }
    
    aside>ul>li {
        padding: 10px
    }
    
    .creativity-wrapper,tr.row-first {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px
    }
    
    tr.row-first>td {
        flex-direction: column;
        padding: 20px;
        margin: 10px
    }
    
    tr.row-first>td>a,tr.row-first>td>h3 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.5rem;
        font-weight: 600
    }
    
    tr.row-first>td>a {
        font-size: 1rem;
        text-decoration: none;
        font-weight: 800
    }
    
    .row-second h3 {
        font-size: 1.5rem;
        margin-bottom: 20px
    }
    
    tr.row-second {
        padding: 50px
    }
    
    tr.row-second>td {
        display: block;
        padding: 20px
    }
    
    .creativity-wrapper {
        margin: 20px;
        justify-items: center;
        align-items: center
    }
    
    .mini-four,.mini-one,.mini-three,.mini-two {
        padding: 25px;
        width: 100%
    }
    
    .mini-content>h2 {
        font-size: 1.5rem;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media screen and (min-width:601px) {
    nav,nav>ul {
        display: flex
    }
    
    nav {
        justify-content: space-between;
        align-items: center
    }
    
    nav>ul {
        padding-right: 20px;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 10px
    }
    
    .content-first,.page-wrapper>nav>.nav-logo-title,section#header,section#header>.header-filler {
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .content-first,section#header {
        padding: 20px
    }
    
    section#header>.header-texts>h1 {
        font-size: 3.5rem;
        font-weight: 600
    }
    
    section#header>.header-texts>h3 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600
    }
    
    section#header>.header-texts>p {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 1rem
    }
    
    section#header>.header-filler {
        height: 50vh;
        width: 100%
    }
    
    section#header>.header-filler>div {
        height: 49vh;
        border-radius: 5px;
        margin: 10px;
        width: 100%
    }
    
    .content-first {
        padding: 40px;
        align-items: start
    }
    
    .content-first>h2 {
        margin-bottom: 10px;
        font-size: 2rem;
        font-weight: 600
    }
    
    .content-first>p,.content-second>p {
        text-align: justify
    }
    
    .content-first,.content-second,aside,section#header {
        flex-direction: column;
        height: 100vh
    }
    
    .content-second {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: start
    }
    
    .content-second>h2 {
        text-align: right;
        width: 100%;
        font-size: 2rem;
        font-weight: 600
    }
    
    aside {
        text-align: center
    }
    
    aside>h2 {
        font-size: 1.5rem;
        margin-top: 20px
    }
    
    aside,aside>ul,tr.row-first>td {
        display: flex;
        align-items: center;
        justify-content: center
    }
    
    aside>ul>li {
        padding: 10px
    }
    
    .creativity-wrapper,tr.row-first {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px
    }
    
    tr.row-first>td {
        flex-direction: column;
        padding: 20px;
        margin: 10px
    }
    
    tr.row-first>td>a,tr.row-first>td>h3 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.5rem;
        font-weight: 600
    }
    
    tr.row-first>td>a {
        font-size: 1rem;
        text-decoration: none;
        font-weight: 800
    }
    
    .row-second h3 {
        font-size: 1.5rem;
        margin-bottom: 20px
    }
    
    tr.row-second {
        padding: 50px
    }
    
    tr.row-second>td {
        display: block;
        padding: 20px
    }
    
    .creativity-wrapper {
        margin: 20px;
        justify-items: center;
        align-items: center
    }
    
    .mini-four,.mini-one,.mini-three,.mini-two {
        padding: 25px;
        width: 100%
    }
    
    .mini-content>h2 {
        font-size: 1.5rem;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media only screen and (min-width:889px) {
    nav,nav>ul {
        display: flex
    }
    
    nav {
        justify-content: space-between;
        align-items: center
    }
    
    nav>ul {
        padding-right: 20px;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 10px
    }
    
    .content-first,.page-wrapper>nav>.nav-logo-title,section#header,section#header>.header-filler {
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .content-first,section#header {
        padding: 20px
    }
    
    section#header>.header-texts>h1 {
        font-size: 3.5rem;
        font-weight: 600
    }
    
    section#header>.header-texts>h3 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600
    }
    
    section#header>.header-texts>p {
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 1rem
    }
    
    section#header>.header-filler {
        height: 50vh;
        width: 100%
    }
    
    section#header>.header-filler>div {
        height: 49vh;
        border-radius: 5px;
        margin: 10px;
        width: 100%
    }
    
    .content-first {
        padding: 40px;
        align-items: start
    }
    
    .content-first>h2 {
        margin-bottom: 10px;
        font-size: 2rem;
        font-weight: 600
    }
    
    .content-first>p,.content-second>p {
        text-align: justify
    }
    
    .content-first,.content-second,aside,section#header {
        flex-direction: column;
        height: 100vh
    }
    
    .content-second {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: start
    }
    
    .content-second>h2 {
        text-align: right;
        width: 100%;
        font-size: 2rem;
        font-weight: 600
    }
    
    aside {
        text-align: center
    }
    
    aside>h2 {
        font-size: 1.5rem;
        margin-top: 20px
    }
    
    aside,aside>ul,tr.row-first>td {
        display: flex;
        align-items: center;
        justify-content: center
    }
    
    aside>ul>li {
        padding: 10px
    }
    
    .creativity-wrapper,tr.row-first {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px
    }
    
    tr.row-first>td {
        flex-direction: column;
        padding: 20px;
        margin: 10px
    }
    
    tr.row-first>td>a,tr.row-first>td>h3 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.5rem;
        font-weight: 600
    }
    
    tr.row-first>td>a {
        font-size: 1rem;
        text-decoration: none;
        font-weight: 800
    }
    
    .row-second h3 {
        font-size: 1.5rem;
        margin-bottom: 20px
    }
    
    tr.row-second {
        padding: 50px
    }
    
    tr.row-second>td {
        display: block;
        padding: 20px
    }
    
    .creativity-wrapper {
        margin: 20px;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        align-items: center
    }
    
    .mini-content>h2 {
        font-size: 1.5rem;
        margin-top: 10px;
        margin-bottom: 10px
    }
}