/* Via added: new css file */
#reference h1{
    /* border:1px solid red; */
    display:flex;
    padding-top:0px;
    justify-content: center;
}

h2{
    max-width: 100%;
}

.content{
    display: inline-block;
    white-space: pre-wrap;
    padding-bottom: 0px;
}

a:hover{
    color:#eb9712;
}

section{
    text-align: center;
}

ul{
    font-size: clamp(1rem, 5vw, 2rem);
}

li{
    list-style: none;
    margin: 0rem;
}


#image h2{
    /* border: 1px solid red; */
    display:flex;
    padding-top:50px;
    margin-bottom: 0px;
    justify-content: center;
}

#image h4{
    /* border:1px solid red; */
    display:flex;
    margin-top: 10px;
    justify-content: center;
}

#audio h2{
    /* border:1px solid red; */
    display:flex;
    padding-top:50px;
    margin-bottom: 0px;
    justify-content: center;
}

#audio h4{
    /* border:1px solid red; */
    display:flex;
    margin-top: 10px;
    justify-content: center;
}

#tutorial h2{
    display:flex;
    padding-top:50px;
    margin-bottom: 0px;
    justify-content: center;
}

#tutorial h4{
    /* border:1px solid red; */
    display:flex;
    margin-top: 10px;
    justify-content: center;
}

#inspo h2{
    display:flex;
    padding-top:50px;
    margin-bottom: 0px;
    justify-content: center;
}

#inspo h4{
    display:flex;
    margin-top: 10px;
    justify-content: center;
}
