a{

color:black;

}



.text-concat {

  position: relative;

  display: inline-block;

  word-wrap: break-word;

  overflow: hidden;

  max-height: 3.6em; /* (Number of lines you want visible) * (line-height) */

  line-height: 1.2em;

  text-align:justify;

}

.center{

    position:absolute;

    display:block;

    height:100px;

    width:100px;

    left:50%;

    top:50%;

    margin-top:-50px;

    margin-left:-50px;

    

}

.galerytext{

    font-size:400%;

}

.box{

    width:100%;

    height:50%;

    background-color:#efefef; 

    text-align:center; 

    margin: 1%;

}



.text-midlle{

    position: relative;

    text-align: center;

    color: #ffffff;

    font-size: 8vw;

    font-family: 'lobster', cursive;

    

}

.centered {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}



footer {

  right: 0;

  bottom: 0;

  left: 0;

  padding: 1rem;

  background-color: #efefef;

}

