html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.circleimg {
    width: 100%;
    height: auto;
    border-radius: 999px;
    border: 2px solid #ccc
}

.text3 {
    text-align: center;
    font-size: small
}

.btn-nm {
    width: 15%;
    float: left;
    margin-right: 10px;
}