@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100&display=swap');

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,
h2 {
    font-family: 'Archivo Black', sans-serif;
}

h3,
h4,
p,
a {
    font-family: 'Commissioner', sans-serif;
    font-size: 20px;
}

.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.nav-logo-title {
    display: flex;
    align-items: center;
}

.nav-logo-title img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTqrAK1CJ4YlC9IAQjndQn66C4YjcDyRGekkg&usqp=CAU);
    height: 30px;
    margin-right: 10px;
    border-radius: 25%;

}

.nav-logo-title a {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}



nav ul li {
    margin-right: 10px;
}

nav ul li a {
    color: #333;
}

div nav ul li {
    display: inline-block;
    padding: 10px 20px;
}

div nav ul li:hover {
    background-color: #f2f2f2;
    border-radius: 5px 5px 5px 5px;
}

div nav ul {
    text-align: right;
    padding-bottom: 20px;
    padding-left: 5px;
    font-weight: bolder;
}

div nav ul li a {
    padding-left: 0px;
    text-align: center;
    color: black;
    text-decoration: none;
}

#header {
    padding: 50px 0;
    text-align: center;
    background-color: #f2f2f2;
}

.header-texts {
    margin-bottom: 30px;
}

.header-texts h1 {
    font-size: 36px;
    color: #333;
}

.header-texts h3 {
    font-size: 24px;
    color: #666;
}

.header-texts p {
    font-size: 16px;
    color: #777;
}

.content-aside {
    display: flex;
    margin-bottom: 30px;
}

.content {
    flex: 2;
    padding-right: 20px;
    padding-top: 30px;
}

.content-first h2,
.content-second h2 {
    margin-top: 0;
}

.content-first p,
.content-second p {
    margin-bottom: 20px;
}

aside {
    padding-left: 100px;
    padding-top: 30px;
}

aside h2 {
    margin-top: 0;
}

aside ul li {
    margin-bottom: 10px;
}

.articles {
    background-color: #f2f2f2;
    padding: 50px 0;
}

#articles table tbody tr.row-first td:nth-child(1) img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSdUlyxnJ_x0spOmlOvW9NeQM4zxSIbbO3Vqw&usqp=CAU);
    padding-left: 1cm;
    padding-right: 1cm;
    padding-bottom: 1cm;
    border-radius: 30%;
}

#articles table tbody tr.row-first td:nth-child(2) img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRXBl6Q7en403x-srvkRmtm8tw-j1pKktcgVA&usqp=CAU);
    padding-left: 1cm;
    padding-right: 1cm;
    padding-bottom: 1cm;
    border-radius: 30%;
}

#articles table tbody tr.row-first td:nth-child(3) img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTlgIMpCxFkbj9CHWodm7Ke75X-OYxdmeZiyg&usqp=CAU);
    padding-left: 1cm;
    padding-right: 1cm;
    padding-bottom: 1cm;
    border-radius: 20%;
}

#articles table tbody tr.row-second td:nth-child(2) img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRs8zbJIMn16ToGyI3bYIwOvJ1JIxijsc6obg&usqp=CAU);
    padding-left: 60px;
}

.articles table {
    width: 100%;
}

.articles td {
    padding: 20px;
    vertical-align: top;
}

.articles h3 {
    margin-top: 0;
}

.articles p {
    margin-bottom: 20px;
}

.articles a {
    color: #333;
    font-weight: bold;
}

.row-second {
    background-color: #fff;
}

.article-long {
    width: 66.66%;
}

.creativity {
    background-color: #f2f2f2;
}

.creativity-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.mini-one,
.mini-two,
.mini-three,
.mini-four {
    flex: 1 1 50%;
    padding: 20px;
}

.mini-content {
    margin-top: 20px;
}

#creativity div div.mini-one img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTHuMFq-aqz7PoTiAzIUEkm0DazCwW9SRzr5A&usqp=CAU);
    border-radius: 30%;
}

#creativity div div.mini-two img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSiDz8LCRFQ_nXnddm9TWCypXKxI8E_ZjSXug&usqp=CAU);
    border-radius: 30%;
}

#creativity div div.mini-three img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT78wbM3EavblLKGptoMwnHzk-xBi9rbJmHYw&usqp=CAU);
    border-radius: 30%;
}

#creativity div div.mini-four img {
    content: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT5nPeLblUKDhaekepUGBHk5S8ncegtda1AWg&usqp=CAU);
    border-radius: 30%;
}

.creativity h2 {
    margin-top: 0;
}

.creativity p {
    margin-bottom: 20px;
}

footer {
    background-color: #333;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.footer-logo h3 {
    margin-top: 0;
}

.footer-form {
    margin-bottom: 20px;
}

.footer-form p {
    margin-bottom: 10px;
}

.footer-form label,
.footer-form select {
    display: block;
    margin-bottom: 10px;
}

.footer-form select {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.footer-submit-btn {
    background-color: #555;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.footer-submit-btn:hover {
    background-color: #333;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

.footer-social a:hover {
    color: #ccc;
}

aside a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: black;
    display: block;
    font-weight: bolder;

}

aside a:hover {
    color: gray;
}

@media (max-width: 768px) {
    .content-aside {
        flex-direction: column;
    }

    .content,
    aside {
        padding: 0;
    }

    .mini-one,
    .mini-two,
    .mini-three,
    .mini-four {
        flex-basis: 100%;
    }
}