

body {
    background-color: black;
}
p{color:white;
    font-family:sans-serif;
    font-size:4vw;
    margin-right:155px;
    padding-right:160px;
}    
.contact{
text-align: center;
    width: 100%;
left: 10%;
right:10%;}

.social {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.social a img {
  width: 48px; 
  height: auto;
  margin: 8px;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social a:hover img {
  transform: scale(1.1);
  filter: brightness(1.3);
}

.hover:hover {
  transform: scale(1.1);
  filter: brightness(1.3);
}

