body {
    font-family: 'helvetica', sans-serif;
    margin: 0;
    padding: 0;
    /* background-color: rgb(254, 59, 0); */
        background-color: rgb(255, 255, 255);
    cursor:default;

    
}
header {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    /* text-align: center; */
    padding: 0.5vw;
    font-size: 5.5vw;
}

h1 {
    text-align: center; 
    color: rgb(0, 0, 0);
    font-size: 16vw;
    margin-top: 3vw;
    margin-bottom: 1vw;
    margin-left: 3vw;
    margin-right: 3vw;
    line-height: 100%;
    cursor:default;
    user-select: none;
    -webkit-user-select: none;
}

h2 {
    text-align: center; 
    font-size: 7vw;
    padding-bottom: 3vw;
    user-select: none;
    -webkit-user-select: none;
    cursor:default;
}

h3 {
    text-align: center; 
    margin-left: 3vw;
    margin-right: 3vw;
    text-justify:distribute;
    font-size: 2.75vw;
    user-select: none;
    -webkit-user-select: none;
    cursor:default;
    font-weight: 500;
}

h4 {
    text-align: center; 
    margin: 3vw;
    font-size: 4vw;
    user-select: none;
    -webkit-user-select: none;
    cursor:default;
}

h5 {
    font-size: 2.5vw;
    position: relative;
    top:-8vw;
    left: 11vw;
}

a{
    color: rgb(0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
}

/* div{
    align-content: flex-start;
} */

/* div {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    margin: 2vw;
    padding: 3vw;
    text-align: left;

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    cursor:default;
} */

.painting {
    width: 65%;
    box-align: left;
    padding-left: 1vw;
    padding-bottom: 6vw;
}

.painting2 {
    width: 17%;
    padding-left: 15vw;
    box-align: right;
    padding-bottom: 6vw;
}

.painting3 {
    width: 40%;
    padding-left: 0vw;
    box-align: right;
    padding-bottom: 6vw;
}

footer {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 2vw;
    font-size: 10px;
}

.contact-box {
    background-color:rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: left;
    padding:2vw;
    font-family: 'helvetica', sans-serif;
    font-weight: bold;
    font-size: 5vw;
    margin: 0vw; 
}

p{
    padding: 0%;
    margin: 0.25vw;
}

/* #engl{
    font-size: 0.3vw;
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    align-items: center;
    margin-top: 8vw;
    margin-bottom: 3vw;
    margin-left: 3vw ;
    max-width: 7vw;
}

#engl:hover{
    font-size: 5vw;
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    padding-bottom: 10vw;

} */