#Profile {
  width: 200px;
  height: 200px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#divider {
  background-color: #506852;
  width: auto;
  height: 4px;
  margin-left: 25px;
  margin-right: 25px;
}

#socials{
  width: auto;
  height: 500px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: transparent;
}

#p1 {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}
#p2 {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}
#footer_div{
  display: flex;
  align-items: center;
  justify-items: center;
  height: 100px;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  place-content: center;
  padding-top: 10px;
}
#cc{
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}
#footer_text {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}
.footer_image{
  width: 100px;
  height: 100px;
  padding: 10px;
}
.footer_image:hover{
  cursor: pointer;
  opacity: 0.5;
  color: white
}
.contact{
  background-color: #506852;
  border: black;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  display: block;
  font-size: 35px;
}

.contact:hover{
  cursor: pointer;
  opacity: 0.9;
  color: white;
}
#iglink {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  float:center;
}

.iglink{
  width: 425px;
}
.iglink:hover{
  cursor: pointer;
  opacity: 0.5;
}
#fblink {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}

.fblink{
  width: 350px;
}
.fblink:hover{
  cursor: pointer;
  opacity: 0.5;
  rotate: 360deg;
}
#weblink {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}

.weblink{
  width: 350px;
}
.weblink:hover{
  cursor: pointer;
  opacity: 0.5;
}
.lg{
  font-size: 25px;
  font-weight: 800;
}