.windows-window {
	position: absolute;
	width: 20vw;
	height: 25vh;
	border-radius: 10px;
	border: none;
	background: var(--primary);
	border-radius: 5px;
	resize: both;
	overflow: hidden;
}

.windows-window-content {
	background: var(--primary);
	height: 100%;
	max-height: 100%;
	padding: 5px;
	overflow: auto;
}

.windows-window-top {
	cursor: move;
	text-align: right;
	height: 20px;
	padding: 0px;
	background: var(--primary);
}