.camera {
    position: absolute;
    bottom: 0;
    font-size: 4rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    left: 0;
    
    cursor: pointer;
    height: 100%;
    
    justify-content: center;
    display: flex;
    align-items: center;
}

.avatar {
    overflow: hidden;
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 1);

    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-color: #EE4459;

    background-size: cover;
}

.camera > input {
    position: absolute;
    z-index: -1;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}