@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

* {
	font-family: 'Sarabun', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: linear-gradient(120deg, #b1e1d8, #8a52c9);
	/* height: 100vh; */
	/* overflow: hidden; */
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title-name {
	font-family: 'Itim', cursive;
	color: #234AA8;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.imgcontainer {
	text-align: center;
}

.imgcontainer img {
	width: 20%;
	border-radius: 50%;
}

.container a {
	font-size: 1.10em;
	font-weight: bold;
	text-decoration: none;
}

.swal-bg {
	background: none;
	background: transparent;
}
