* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*global*/
div {
    display: flex; justify-content: flex-end; align-items: center;
    padding-left: 1rem;
    background-color: beige;
}

p {
    margin: auto;
    line-height: 1.3; font-weight: 599;
}

a {text-decoration: none; color: black;}

/*header*/
header {
    display: flex; flex-direction: row; max-width: 1200px;
    align-items: center; justify-content: center; 
    margin-top: 2rem;
}

.home {
    margin-left: 2.5rem; margin-right: 2rem;
}

nav {display: flex; flex-direction: row;}

ul {
    list-style-type: none; font-family: 'Times New Roman', Times, serif; font-size: 1.5rem;
    margin: 0 2rem;
    margin-left: 1rem;
    width: auto;
}

ul:hover {border-radius: 1rem; background-color: purple; transition: 0.9s;}

/*body*/
body {max-width: 1200px; width: 85%; margin: auto;}

/*section*/

section h1 {
    text-align: center; font-size: 2rem;
    border-bottom: 3px solid red; border-top: 3px solid red;
    padding: 1rem 0; margin: 1rem 0;
}

/*Images*/
.header-paintbrush {height: 50px; width: 50px;}

.wlop {
    display: block;
    width:85%;
    margin-left: 0.5rem;
}

.ilya-k {
    width: 55%;
    margin: 0 0 0 2rem;
    border: 2px solid black;
}

.eunnie {
    margin-left: 0.5rem;
    height: 50%;
}

.sakimi {
    width: 53%;
    margin-left: 1.5rem;
    border: 2px solid black;
}

.amanda {
    width: 50%;
    margin-left: 1.5rem;
    border: 2px solid black
}

.systems32 {
    width: 50%;
    border: 1px solid white;
    margin-left: 1rem;
}

footer {
    background-color: black; color: white;
    padding: 1.5rem;
    text-align: center; font-size: 160%;
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
    p {font-size: 0.8rem; line-height: 1.1rem;}
    .header-paintbrush {height: 36px; width: 36px;}
    ul {
        margin: 0 1.5rem;
        font-size: 1rem;
    }

    .wlop {
        width: 70%;
        margin-left: 0.5rem;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media screen and (max-width: 767.98px) {

    .home {margin-left: 1.8rem; margin-right: 0;}


    .ilya-k {
        width: 45%;
        margin-left: 0.5rem;
    }

    .eunnie {
        width: 45%;
    }
}

/*Medium (tablets less than 992px)*/
@media screen and (max-width: 991.98px) {

    .wlop {background: url("../images/black_swan_1_by_wlop_small.jpg") no-repeat;}

    .ilya-k {background: url("../images/ilya-kuvshinov_edited.jpg") no-repeat;}

    .eunnie {background: url("../images/eunnie_genshin_edited.png") no-repeat;}

    .amanda {background: url("../images/amanda_lapalme_edited.jpg") no-repeat;}

    .sakimi {background: url("../images/sakimichan_rogue_edited.jpg") no-repeat;}

    .systems32 {background: url("../images/systems32comics_edited.jpg") no-repeat;}
}

/*larger screens*/
@media screen and (max-width:1199px) {
    .ilya-k {width: 50%;}
    .eunnie {width: 40%;}
}