body {
	font-family: arial;
	background-color: #141414;
	background-image: url("images/background-img.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 50%;
	Background-position: right;
}

a {
	color: #9e3eff;
}
a:hover {
	font-weight: 600;
}

h3 {
	margin: auto;
	padding-bottom: 10px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#container-main {
	width: 75%;
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin: auto;
}

.textbox {
	padding: 7px;
	margin-bottom: auto;
	width: 70%;
	border-radius: 4px;
	text-align: center;
	border: double;
  
	color: white;
	font-size: 24px;
	border-color: #7513FF;
	background-color: #020203;
	box-shadow: 4px 4px #7513FF;
}

.title-n-menu {
	display: grid;
	grid-template-columns: 20% 60% 20%;
	gap: 20px;
}

#title {
	background-image: linear-gradient(#202020, rgba(255,255,255,0));
	box-shadow: none;
	font-size: 64px;
	margin: 30px auto;
	width: 60%;
}

.web-buttons {
	display: grid;
	grid-template-columns: 50% 50%;
}
.buttons-col {
	margin: 2px;
	display: flex;
	flex-direction: column;
}