h1 {
    position: fixed;
    left: 50%;
    top: 55%;
    margin-left: -160px !important;
}

#avatar {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin: 30px auto 55px auto;
    border-radius: 20%;
    border-style: solid;
    border-color: fuchsia;
    text-align: center;
}

#mail {
    position: fixed;
    left: 70%;
    top: 60%;
    margin-left: -2px;
}

#hiddenP {
    display: none;
}

body:hover {
    display: inline;
    position: absolute;
    top: 35%;
    right: 30%;
    background-color: lightcyan;
    border-radius: 10px;
    box-shadow: 10px 5px 5px lightgray;
}
