#circle{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: darkseagreen;
    
}

#input-file{
    width: 300px;
    
}