.footer {
    width: 100%;
    position: relative;
    margin-top: auto;
    text-align: center;
    padding: 20px;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}

.corner-image {
    height: auto;
	width: auto;
    position: fixed;
    bottom: 10px;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

.discord-text {
	padding-top: 3vh;;
}

.discord-text a {
	color: white;
	text-decoration: none;
}

@media (max-width: 600px) {
    .corner-image.right {
        display: none;
    }

    .corner-image.left {
        height: 50px;
    }
}