#background {
    background-image: url(photoback.jpg);
    height: 100%;
    width: 100% ;
    background-size: cover;
    background-position:  center center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

p {
  font-family: arial;
  color: white;
  text-align: center;
}


#makeitbigger:hover{
  transform: scale(1.03);
}

.socialborders{
  border-radius: 36px; 
  max-width: 550px;
  height: 55px;
  padding-left: 17px;
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0); 
  color: rgb(255, 255, 255); font-family: Poppins, sans-serif;  
  box-shadow: none;
  font-size: 45px;
  min-height: 10px;
  padding: 4 0px;
  margin: 20px -135px;
  border: 1px solid rgb(255, 255, 255);
  display: flex; 
  pointer-events: auto;
}

.borderimages{
  object-fit: cover;
  padding-top: 5px;
  opacity: 0.6;
}

.bordertext{
  padding-top: 13px;
  font-size: 20px;
  padding-right: 55px;
}

.card {
  max-width: 320px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.marqtext{
  max-width: 500px;
  margin: auto;
  text-align: center;
}

img {
  border-radius: 50%;
}

a {
  text-decoration: none;
  font-family: arial;
  font-size: 18px;
  color: white;
}
 .border22{
  display: block;
    margin: 0 auto;
 }

@media (max-width: 768px){

  .borderimages{
    width: 50px;   
  }
  .bordertext{
    /*padding-right: 0!important;*/
    width: 100%;
    max-width: 550px;
    text-align: left;
  }
  .socialborders{
    margin: 20px auto;
    width: 100%;
    max-width: 550px;
  }
  
 h3{
  word-break: break-all;
 }
}