body { 
  background-image: url("https://randompersononinternet.neocities.org/Wind7-Ult64-img0.png");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
  height: 100vh; 
  margin: 0; 
}



.window {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1280px;
	height: 700px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.title-bar {
	height: 30px;
	background-color: #333;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.title-bar-controls {
	display: flex;
	align-items: center;
	gap: 5px;
}

.title-bar-controls button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	outline: none;
	border: none;
	background-color: transparent;
}

.title-bar-controls button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.content {
	padding: 20px;
}

p {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}