body {
    background-color: #e3e1dc;
    overflow-x: hidden;
    width: 100%;
    font-size: 2.5vh;
    padding: 0;
    margin: 0;

    
}
#pictureFrame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

}
img {
    width: 100%;
    height: 100%;
    margin-left: 0;

}

.canvas {
    width: 100%;
    background-color: #c8cdd0;
    text-align: center;
    margin-top: 15vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    border-radius: 2vh;
    max-width: 100%;

    

}


#info {
    position: relative;
    left: -0.8vh;
    background-color: #9e9e9e;
    border-radius: 0 0 2vh 2vh;
}

#imageText{
    position: absolute;
    top: 5vh;
    left: 10%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2vh;
    z-index: 1;
    font-size: 3vh;
    text-align: center;
    color: black;
}


#about {
    position: relative;
    margin: 10vh 0 0 0;
    padding: 0 0 2vh 0;
    width: 100%;
    height: 50vh;
    color: white;
    text-align: center;
    border-radius: 2vh 2vh 0 0;
    overflow: hidden;
}