@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');

body {
	background-color: black;
}

h1 {
	color: red;
	font-family: 'Bebas_Neue', sans-serif; 
	font-size: 7em;
	text-align: center;
}

h2 {
	color: red;
	font-family: 'Bebas_Neue', sans-serif;
	font-size: 2em;
	text-align: center;
}

h3 {
	color: white;
	font-family: 'Arimo', sans-serif; 
	text-align: right;
	padding: 20px;
}

.nav h2 {
	color: white;
	margin-left: 20px;
}

.container, form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.profile-link, .nav-link {
	color: white;
	text-decoration: none;
}

input[type="text"] {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 4px;
}

label {
	margin-right: 10px;
}

button {
	padding: 10px 20px;
	border: 2px solid white;
	border-radius: 4px;
	background-color: black;
	color: white;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
}

.top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.left-content, .nav {
	display: flex;
	align-items: center;
}

.top-bar > h2 {
	color: red;
	margin-right: 10px;
}

.top bar h2, .top-bar h3 {
	margin: 0;
}

#button-container {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.styled-button {
	padding: 10px 20px;
	border: 2px solid white;
	border-radius: 4px;
	background-color: black;
	color: white;
	font-family: 'Arimo', sans-serif;
	font-size: 3em;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}

table {
	margin: 0auto;
}

#profile-content {
	width: 500px;
	border-radius: 4px;
	background-color;
	font: black;
}
