* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
	background: url(back.webp);
	background-attachment: fixed
}

header {
    background-color: #1d1d1d;
    color: white;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


    h1,h3 {
	margin: .67em 0;
	font-size: 24px;
	text-align: center;
	background-color: #652d7f;
	color: #fff;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 0;
	text-shadow: 1px 1px 2px #454545;
	-webkit-box-shadow: 0 1px 5px rgb(0 0 0 / .4);
	-moz-box-shadow: 0 1px 5px rgb(0 0 0 / .4);
	box-shadow: 0 1px 5px rgb(0 0 0 / .4);
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

p {
	margin: 0 0 10px;
	font-size: 16px
}
.row {
		margin-left: -15px;
		margin-right: -15px
	}
.img-responsive {
	display: block;
	width: 100% 9;
	max-width: 100%;
	height: auto
}
.extra-content {
    text-align: center;
    background-color: #4b4b4b;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 9px #e3f083;
    -moz-box-shadow: 0 1px 9px #e3f083;
    box-shadow: 0 1px 15px #e3f083;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.games {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.embed {
    border: 2px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    width: calc(100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:0em;
	color:#000
}

.game {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    width: calc(25.333% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.game:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.game img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 3px solid #444;
}

.game h2 {
    font-size: 1.3em;
    margin: 10px 0;
    color: #652D7F;
}

.game p {
    padding: 0 10px 10px;
    font-size: 1em;
    color: #666;
}

footer h3 {
    margin-bottom: 10px;
}

footer p {
    font-size: 0.9em;
}

@media (max-width: 1200px) {
    .game {
        width: calc(33% - 20px);
    }
}

@media (max-width: 900px) {
     .game {
        width: calc(50% - 20px);
    }
}
@media (max-width: 728px) {
     .game {
        width: calc(100%);
    }
}
@media (min-width:992px) {
	.container {
			width: 970px
		}
	}

@media (min-width:1200px) {
	.container {
    width: 1200px
		}
	}
.content {
    display: flex;
    justify-content: center;
    position: relative;
}

.left-rail, .right-rail {
    position: sticky;
    top: 20px;
    width: 160px;
    height: calc(100vh - 40px);
    background-color: #ddd;
    margin: 20px;
}

.left-rail .ad, .right-rail .ad {
    position: fixed;
    width: 160px;
    height: calc(100vh - 40px);
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1200px) {
    .left-rail, .right-rail {
        display: none;
    }
}
form {
    display: flex;
    flex-direction: column;
}

label {
    margin: 10px 0 5px;
}

input, textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

button {
    margin-top: 20px;
    padding: 10px;
    border: none;
    background: #28a745;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #218838;
}
.formcontainer {
    background: #6666;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
    text-align: center;
	margin: 0 auto;
}
pre {
    font-size: 16px;
    color: #11A2EB;
    font-weight: bold;
}
