
.background{
  background-color: #f2efef0d;
  width: 100%;
  padding-top: 5%;
}


.footer{
background-color: rgba(240, 248, 255, 0.485);
position: relative;
text-align:center;
padding-top: 10px;
padding-bottom: 5px;
border-radius: 5px;
border: 20px;}

.footer:hover{box-shadow: 0 10px 800px 0 rgb(9, 9, 9);}

.copyr{font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #0a0d13d2; 
  font-size: 14px;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-optical-sizing: auto;
  }

.fa {
  padding: 15px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}


.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

