footer{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: rgb(75, 75, 75);
}

footer .page{
  margin-bottom: 30px;
}

footer p{
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color:rgb(194, 194, 194);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}

.center-icons{
  width: fit-content;
  margin: auto;
}

footer ul li{
  display: inline;
}

footer ul li a{
  display: inline-block;
}

.foot{
  display: inline-block;
  margin-left: 50px;
}


.logo{
  float: right;
  margin-top: 50px;
  margin-left: 0;
}

.logo svg{
  width: 250px;
  fill: rgb(194, 194, 194);
}

.logo svg:hover{
  fill: rgb(0, 195, 255);
}

.foot ul,.foot ul li{
  display: block;
}

.foot h2{
  color: rgb(194, 194, 194);
  margin: 15px auto;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}

.foot a{
  text-decoration: none;
  color: rgb(194, 194, 194);
  font-size: 20px;
  margin: 5px auto;
}

.foot a:hover{
  color: rgb(0, 195, 255);
}

.social-icon{
  width: 30px;
  margin: 20px;
  padding: 0;
}
.social-icon svg {
  fill: rgb(194, 194, 194);
}

.social-icon svg:hover {
  fill: rgb(0, 195, 255);
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width:1024px){
  .logo{
    display: block;
    float: none;
    width: fit-content;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:768px){  
  .social-icon{
    width: 25px;
    margin: 15px;
  }
}