/*technical styles*/
*:before, *:after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #000;
}
.top-button-container {
	width: 100%; /* Full width */
	text-align: center; /* Center-align the button */
	position: fixed; /* Fixed position */
	top: 0; /* Stick to the top */
	left: 0; /* Align to the left */
	z-index: 1000; /* Make sure it's above other items */
  }
  button {
	margin-top: 600px; /* Add some space from the top edge */
	padding: 10px 20px; /* Padding for the button */
	/* Add more styles as needed */
  }
  
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
ul, ol, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-size: inherit;
}
html, body, main{
	margin: 0;
	padding: 0;
	height: 100%;
}
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
	.iwYlzH {
		background-image: url('../images/bg.png');
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		min-height: 100vh;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;

	}