body {
    background-color: black;
}

.indexButton{
    background-color: #39FF14;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 72px;
    padding: 20px;
}

header {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: italic;
    background-color: #39FF14;
    position: sticky;
    top: 0;
}

.title {
    text-align: center;
    font-family: Impact;
    font-weight: lighter;
    text-shadow: whitesmoke .1em .1em 1em;
    border-style: ridge;
    border-radius: 50px;
    width: fit-content;
}

.pharagraph1 {
    text-shadow: #39FF14 .1em .1em .5em;
}

.images1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    border-color: #39FF14;
}

.barTitle {
    font-family: Impact;
    font-style: italic;
    font-weight: lighter;
    font-size: 72px;
    color: #39FF14;
    margin: 0px;
    margin-top: 20px;
    text-align: center;
}

.bar{
    display: flex;
    margin: 10px;
}

.box{
    border: 3px solid #39FF14;
    background-color: orangered;
    padding: 10px;
}

    .artImg{
        width: 100%;
        text-align: center;
    }

    .artTitle{
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-style: italic;
        font-weight: lighter;
        color: whitesmoke;
        text-align: center;
    }

    .artDesc{
        font-family: Helvetica;
        font-weight: lighter;
        color: black;
    }

    .artBut{
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-style: italic;
        font-size: 20px;
        background-color: #39FF14;
        border: black solid 2px;
        padding: 10px;
        color: black;
    }

.footer1{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: italic;
    background-color: #39FF14;
    width: fit-content;
}
