body {
	background: url("../images/backgrounds/background003.webp") no-repeat center center fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	font-family: 'GTA Font', sans-serif;
	color: #fff;
	overflow: hidden;
}

.button-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.button {
	display: inline-block;
	background-color: #f44336;
	color: #fff;
	font-size: 24px;
	padding: 16px 32px;
    margin: 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 16px;
	transition: background-color 0.2s ease;
}

.button:hover {
	background-color: #4CAF50;
}

.black5heep-sig {
    position: fixed;
    bottom: 0;
    right: 0;
    text-decoration: none;
    color: #32CD32;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}


.black5heep-sig-image {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50px;
    height: auto;
}


.black5heep-sig a:link {
    color: #32CD32;
}

.black5heep-sig a:visited {
    color: #32CD32;
}

.icon-button {
    display: flex;
    margin: 20px;
    align-items: center;
    width: 200px;
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px dashed #000000;
    padding: 0 10px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}


.icon-button img {
    width: 30px;
    height: 30px;
    margin-right: 10px;    
}

.button-text {
    flex-grow: 1;
    text-align: center;
    text-decoration: none;
}

.icon-button:hover img {
    filter: invert(1);
}

.icon-button:hover {
    background-color: black;
    color: white;
    border: 2px dashed #ffffff;
    text-decoration: none;
}

