* {
    box-sizing : border-box;
    font-family : -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans",  "droid sans", "helvetica neue", Arial, sans-serif;
    font-size : 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #f3f4f7;
}

footer {
    width: 100%;
    background: #eee;
    padding: 20px;
    text-align: center;
}

.black {
    color:#000000;
}

.username, .username > a, .list-group a {
    color: #000000;
}

.btn-facebook {
    background-color: #2e4a88;
    color: #fff;
}
.btn-twitter {
    background-color: #008DDE;
    color: #fff;
}


.user-icon {
  width: 96px;
  height: 96px;
}

.user-icon-sm {
  width: 72px;
  height: 72px;
}

.user-icon img, .user-icon-sm img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.hidden {
  display: none;
}
.note-posts-container {
  background-color: #efefef;
  margin: auto;
}
.my-diary-container {
  background-color: #fff;
}

.title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}


.taglist > p {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.user-card {
    background-color: #efefef;
}
.username {
    font-weight: bold;
}
.new-word-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: orange;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.new-word-icon a i {
  color: #000000;
}

.img-container img {
    max-width: 100%;
  }

.preview {
    overflow: hidden;
    width: 160px; 
    height: 160px;
    border: 1px solid red;
    border-radius: 50%;
}

.preview img {
    width: 100%;
    height: 100%;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}