
body {
	font-family: Noto Sans Thai;
	margin: 40px;
}

.gr {
	font-size: 20pt;
	font-weight: 700;
	background-color: black;
	color: white;
	padding: 20px;
	width: 400px;
	text-align: center;
	border-radius: 20px;
}

.a {
	display: flex;
	flex-direction: column;
}

.as1 {
	background-color: #e8e8e8;
	width: 300px;
	height: 400px;
	padding: 1px;
	margin: auto;
	margin: 10px;
	border-radius: 20px;
	align-self: center;
}

.b1 {
	font-size: 20pt;
	font-weight: 600;
	background-color: white;
	padding: 40px;
	margin: 20px;
	text-align: center;
	border-radius: 20px;
}

.b2 {
	margin: 20px;
	font-size: 14pt;
}

.b3 {
	margin: auto;
	font-size: 14pt;
	background-color: black;
	color: white;
	width: 50px;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	border-radius: 10px;
	margin-top: 140px;
}

.b4 {
	font-family: Poppins;
	font-weight: 800;
	font-size: 85pt;
	margin-left: 220px;
	margin-top: -150px;
	color: #bcbcbc
}

.bbt {
		margin: auto;
	font-size: 14pt;
	background-color: black;
	color: white;
	width: 120px;
	text-align: center;
	font-weight: 600;
	border-radius: 10px;
	align-self: flex-end;
	align-items: flex-end;
	padding: 15px;
}

.asas {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	align-content: flex-end;
	margin: auto;
	margin-top: 50px;
}

div {
	
}

.asaass {
	display: flex;
	align-content: flex-end;
	margin-top: 25px;
}
a:link {
		text-decoration: none;
}
a:visited {
		text-decoration: none;
	}	
a:hover {
		text-decoration: none;
	}
 a {
            text-decoration: none;
        }

.mobile-warning {
	font-family: Noto Sans Thai;
	margin: 0px;
	width: 100vw;
    display: none;
	font-size: 15pt;
}

@media (max-width: 1000px) {
    /* Show mobile warning message */
    .mobile-warning {
        display:block;
    }

    /* Hide content on phones */
    .a {
        display: none;
    }
}
.logo1aa {
	width: 30vw;
	margin: auto;
	border-radius: 20px;
	margin-top: 20px;
	margin-left: 33vw;
}

.c {
	margin: 15px;
}