*{
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

.footercontainer{
  width: 100%;
  background-color: #3d3a3a;
  color:white;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  align-items: center;
}

.footlink{
  width: 100%;
 display: flex;
 justify-content: space-evenly;
 padding:20px 0;
}
.message{
  margin:10px;
}

.message h4,.footermap p ,.sociallink p{
  margin-bottom:25px;
  font-weight:700;
}
.message h4{
  font-size:17px;
}

a{
  text-decoration: none;
}

.message a,.footermap a ,.sociallink a{
  color: rgb(187, 175, 175);
  display: block;
  margin:10px 0;
}

.message a{
  color: #383333;
  padding:10px;
  background-color:rgb(139, 128, 128);
  font-weight:700;
}

.message a:hover,.footermap a:hover,.sociallink a:hover{
color:rgb(28, 227, 227);
}

.copyright{
  width:100%;
  background-color:rgb(30, 27, 27);
  padding:10px 0;
}

.copyright p {
  padding:15px;
  text-align: center;
}

@media(max-width:756px){
  .footlink{
    display:flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .message,.footermap ,.sociallink{
    margin:10px;
  }

  .message a{
    padding:0;
    font-weight:450;
  }
  
}