/**
 * Profile style.
 *
 * For the profile page.
 *
 * @author  Metaverses Nation Agency <mail@metaversesnation.com>
 */
 
.container {
    padding: 10px;
    width: 60%;
    border-radius: 10px;
}
 
#page-div {
    padding-left: 20px;
    padding-right: 20px;
}

#profile-image-preview {
    height: 100px;
    width: auto;
}