::selection {
	background-color: transparent;
}
img {
	-webkit-user-select: none; /* Safari/Chrome */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, supported by most modern browsers */
	-webkit-user-drag: none; /* Safari/Chrome */
	-moz-user-drag: none; /* Firefox */
	-ms-user-drag: none; /* Internet Explorer/Edge */
	user-drag: none;
}

body {
background-color: #191919;
font-family: monospace;
}

.top-bar {
	background-color: #393939;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
}
.title {
	color: #bebebe;
	font-family: sans-serif;
	font-weight: bold;
	margin-left: 12px;
}

.main-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 55px);
}

.icon {
	height: 90px;
	width: 90px;
	position:absolute;
	margin-top: 15px;
	margin-left: -100px;
}
.login {
	height: 55px;
	width: 47px;
	right: 115px;
	position:absolute;
}
.fakegfn {
	color: #bebebe;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: normal;
	right: 50px;
	position:absolute;
}

button {
	padding: 10px;
	font-size: 20px;
	background-color: #393939;
	color: rgba(255, 255, 255, 0.6);
	border: none;
	border-radius: 0;
	margin-left: 10px;
    margin-top: 30px;
	height: 60px;
    width: 500px;
	cursor: pointer;
    font-weight: bold;
	transition: background-color 0.1s ease;
}
#button:hover {
	background-color: #76b900;
	color: white;
}
#button:active {
	background-color: #438600;
	color: #CCCCCC;
}
.button2 {
	padding: 10px;
	font-size: 20px;
	background-color: #393939;
	color: rgba(255, 255, 255, 0.3);
	border: none;
	border-radius: 0;
	margin-left: 10px;
    margin-top: 30px;
	height: 60px;
    width: 500px;
	cursor: pointer;
    font-weight: bold;
}
.button2:hover {
	background-color: rgba(116, 184, 0, 0.3);
}
.button_win11_unflagger {
    background-color: rgba(116, 184, 0, 0.3);
}

.logo {
	margin-left: 10px;
	height: 35px;
	width: 35px;
	object-fit: contain;
}
.button_icon_1 {
	height: 42px;
	width: 42px;
	margin-top: -9px;
	margin-left: -95px;
	position:absolute;
}
.button_icon_2 {
	height: 42px;
	width: 42px;
	margin-top: -9px;
	margin-left: -114px;
	position:absolute;
}
.button_icon_3 {
	height: 42px;
	width: 42px;
	margin-top: -9px;
	margin-left: -123px;
	position:absolute;
}
.button_icon_4 {
	height: 42px;
	width: 42px;
	margin-top: -9px;
	margin-left: -109px;
	position:absolute;
}