@charset "utf-8";
.container {
    height: 1800px;
    width: 1000px;
}


.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 40px;
    margin-top: -80px;
}

.footer-center {
    text-align: left;
    flex: 2;
    padding-bottom: 150px;
    padding-left: 250px;
    padding-top: 16px;
    color: #FFFFFF;
}

.footer-center p {
  margin: 8px 0;
  font-size: 20px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	
	margin-top: 10px;
	
	
}

.footer-right {
    text-align: right;
    margin-left: 0px;
    margin-right: 50px;
}

.footer-right p {
    font-size: 25px;
    margin-bottom: -20px;
    padding-right: 120px;
    color: #FFFFFF;
}

.social-icons {
  display: flex;
  gap: 5px;
  justify-content: flex-end;

}

.social-icons img {
    height: 32px;
    width: 30px;
    margin-top: 40px;
    margin-left: 39px;
	
}
.footerlogo {
    height: 41px;
    width: 33px;
    margin-top: 30px;
    margin-left: -791px;
    margin-bottom: 0px;
}
