body {
    color: black;
    font-family: 'Tangerine', serif;
    font-size: 25px;
}


nav {
    background-color: rgba(248, 204, 133, 255);
    height: 100%;
    width: 150px;
    font-weight: bolder;
    color: black;
    position: fixed;

}

.navs {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

h1 {
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navs li {
    margin-top: 100px;
    font-size: 20px;
}

.article {
    left: 15%;
    right: 12%;
    position: absolute;
}

.wit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-size: 25px;
    margin-bottom: 5%;
}

.wit img {
    margin-top: 10%;
}

#para {
    background-color: bisque;
    padding: 5px;
    font-weight: bolder;
    text-align: center;
    margin-right: 10%;
    align-items: center;
    border-radius: 10px;
}

.nat {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 25px;
}

.nat img {
    width: 250px;
    margin-right: 10%;
    margin-top: 10%;
}

.pot {
    background-color: bisque;
    border-radius: 30px;
    padding: 25px;
    display: flex;
    width: 50%;
}

.mah {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    margin-bottom: 12%;

}

.mah img {
    margin-top: 10%;
}

.mah p {
    background-color: bisque;
    padding: 5px;
    font-weight: bolder;
    text-align: center;
    margin-right: 10%;
    align-items: center;
    border-radius: 10px;
}

.boud {
    width: 100%;
    height: 100%;
}

img {
    border: solid 3px grey;
    margin-bottom: 10%;
}

.top {
    position: absolute;
    bottom: 0;
    right: 0;
}

#inspiration {
    margin-top: 10%;
}

/* media-query */
@media screen and (max-width: 1024px) {
    body {
        font-size: 15px;
    }

    nav {
        /* height: 20%; */
        width: 100%;
        position: relative;
        font-size: 15px;
    }

    .navs {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .navs li {
        margin-top: 10px;
        font-size: 17px;
    }
    .article {
        left: 0;
        right: 0;
        position: relative;
        display: flex;
        flex-direction: column;
    }
}


@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }
    nav {
        /* height: 20%; */
        width: 100%;
        position: relative;
    }

    .navs {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    .navs li {
        margin-top: 10px;
        font-size: 10px;
    }
.article {
    left: 0;
    right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
.wit  {
   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.nat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 25px;
}

.pot{
    /* padding: 50px; */
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-right: 0;
    padding: 25px;
}
#para {

    /* padding: 50px; */
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-right: 0;
}
.mah{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 25px;
}
.mah p{
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin-right: 0;
}
}
