body, html{
    height: 100%;
}


.bg{
    background-image: url("../img/background-paint.webp");

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 100%;
}
body{

    margin: 0;
    font-family: Gabriola, sans-serif;
    font-size: 3vh;

}

main{
    display: flex;
    height: 100%;
    justify-content: center;
    align-content: center;
}

.mentionart{
    background-color: #FFFFFF;
    padding: 3vh;
    border-radius: 3vw;
    width: 60vw;
    margin: 5vh 0;
}

p{
    margin: 1vh 0;
    font-size: 2.5vh;
}

h1{
    margin: 0;
    text-align: center;
}

h4{
    margin: 1vh 0;
}

h5{
    margin: 0;
    text-align: center;
    font-weight: normal;
}