title {
    
    
   
    margin-left: 5px;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}




.parent {
    position: relative;
    max-width : stretch;
}

.img {
    max-width: 100%;
    height: auto;
}

.text {
    color: white;
    position: absolute;
    font-size: 35px;
}


.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.invisible {
    visibility: visible;
}


a.footer {
  text-decoration:none;
  color:#6c757d !important;
  align-items: start;
}


