.contact-container{
	padding: 0 15rem;
	display: flex;
    justify-content: space-around;
}


.contact-title {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.contact-description {
	margin-bottom: 0.2rem;
}

.contact-details {
	font-style: italic;
	font-weight: bold;
}

footer {
	position: absolute;
    bottom: 0;
    width: 90%;
	transform: translate(0, 100%);
}

.credits {
	display: flex;
    column-gap: 15px;
	margin-bottom: 3em;
	white-space: nowrap;
}

.credits .left-container {
	text-align: right;
}
.credits .right-container {
	color: #7be17b;
}
.contact-title {
	font-weight: bold;
    font-size: 2rem;
}

@media screen and (max-width: 1149px) {
	.contact-container {
		flex-direction: column;
	}
}