*{
    padding: 0;
    margin: 0;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #5DA3FA;
}
.main{
    max-width: 800px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pic{
    max-width: 100%;
    max-height: 100%;
}
h1{
    transform: translateY(-55px);
}
#picc{
    max-width: 100%;
    border-radius: 30px;
}
#ref{
    transform: translateY(50px);
    height: 50px;
    width: 50px;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
}
#re{
    max-width: 100%;
    max-height: 100%;
}