body {
    background-color: #000;
    font-family: 'Libre Baskerville', serif;
    background-image: url(../index/rawmaterials.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
}

header ,footer {
    text-align: center;
}

h1 {
    font-size: 30px;
    letter-spacing: 2px;
    padding: 10px;
    margin-bottom: 35px; 
    background-color: #000;
}

a:link,
a:visited {
    color: #FF85FF;
    text-decoration: none;
}

li {
    font-size: 26px;
    letter-spacing: 1.5px;
    width: 100%;
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.navul,
.footerul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 40px;
}

p {
    background-color: #000;
    padding: 15px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 0;
}

img {
    width: 90%;
    background-color: #000;
    padding: 15px;
    margin-bottom: 18px;
}

.profile-img {
    text-align: center;
}

.desktop-profile {
    display: none;
    visibility: hidden;

}

.mobile-profile {
    border-radius: 50%;
    max-width: 400px;
}

.footerLi {
    font-size: 22px;
}

span {
    display: block;
    font-size: 16px;
    background-color: #000;
    padding-left: 15px;
}

/* @media screen and (min-width: 1200px) {
    body {
        padding: 0 15px;
    }

    h1 {
        max-width: max-content;
        font-size: 28px;
        margin-bottom: 35px;
    }

    nav  {
        text-align: left;
        display: inline;
    }

    .navul {
        margin-bottom: 55px;
    }

    li {
        display: inline-block;
        max-width: max-content;
        font-size: 22px;
        padding: 15px;
    }

    p {
        display: block;
        max-width: max-content;
    }


    img {
        max-width: 300px;
        height: auto;
        float: left; padding: 15px;
    }

    footer {
        display: inline-block;
        margin-top: 25px;
    }
} */