*{
  margin: 0px;
  padding: 0px;
}
body{
  font-size: 16px;
}
.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #bb0000;
  color: white;
}
.animate-button {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.fixed-bottom-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.abt{
  background-image: url(img/luxa.org-opacity-changed-Logo2.png);
  /* background-size: cover; */
  background-origin: border-box;
  background-repeat: repeat;
  background-attachment: fixed;
}
.nb{
  background-color: #58c0ed; 
}
.im{
  background-color: #ac081b;
}
.sw{
  background-color:#e7f2f7 ; 
}
.ev{
  background-color: #30422b;
}
.ev2{
  background-color: #8d99ae;
}
.ev3{
  background-color: #d90429;
}
.ev4{
  background-color: #6b0707;
}
