body {
	background: radial-gradient(#0288d2, #01579b);
	height: 100vh;
	font-family: "DM Sans", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.btn {
	color: white;
	text-decoration: none;
	border: 2px solid white;
	padding: 15px 30px;
	border-radius: 4px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.badge {
	background-color: #4caf50;
	padding: 5px 10px;
	border: 1px solid white;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -15px;
}