html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h4{
    text-align:center;
}

.rightalign {
    text-align: right;
}

.fixed-image-preview {
    width: 200px;
    height: 200px;
    object-fit: cover;
}