body {
    margin: 0;
    background: #b3afaf;
    font-family: sans-serif;
}

header {
    background-color: #ff5601;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

main {
    background-color: #ffaf4c;
}

footer {
    background-color: #ff5601;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 5px 3px;
    box-sizing: border-box;
    overflow: hidden;
}

/* HEADER CONTENTS */

img#title,
img#banner {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

img#title {
    margin: 20px auto;
}

/* MAIN CONTENTS */

#downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;

    justify-content: center;
    align-items: center;

    margin: 10px auto;
}

#_12t {
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: center;
    align-items: center;

    font-size: 12px;
		margin-top: 2px;
}

#_12t p {
	margin: 0;
	text-align: justify;
}

#_12t img {
    height: 12px;
}

#downloads > a {
    height: 35px;
}

#downloads > a > img {
		height: 100%;
}

#zalo p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}

#zalo a {
		display: flex;
		gap: 5px;
		margin: 0 auto;
		width: max-content;
		justify-content: center;
		align-items: center;

		font-size: 12px;

		text-decoration: none;
		color: #000;
		font-weight: 600;

		padding: 2px 5px;
		border: 2px solid #000;
		border-radius: 5px;
		box-sizing: border-box;
}

hr {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border: 2px solid #ff5601;
    border-radius: 2px;
}

h2 {
    font-weight: 700;
    font-size: medium;
    color: #ff5101;
}

p#description {
    font-size: small;
		margin-bottom: 30px;
}

#gifs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
}

#gifs img {
    height: 75px;
}

/* FOOTER CONTENTS */

footer p {
	text-align: center;
	font-size: small;
}

/* RESPONSIVE */

@media (min-width: 400px) {
    img#title {
        width: 400px;
    }
}

@media (min-width: 600px) {
    .container {
        width: 600px;
    }
}
