/*
    #imageTeo {
    position: absolute;
    left: 70vw;
    top: 20vh;
    width: 20vw;
    height: 40vh;
    background-color:dimgrey;
    justify-content: center;
    display: flex;
    justify-self: center;
    align-items: center;
    font-size: 5vw;
    border-radius: 2.5%;
}
*/