@media screen and (min-width: 1600px) {

	nav {
		font-size: 2vh;
	}

	.description {
		min-width: 450px;
	}

	.text p {
		font-family: SF Regular;
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-top: 2vh;
	}

	.cat {
		font-size: 18px;
		padding: 6px 15px;
	}

	.designer {
		font-size: 2vh;
		line-height: 1.8vh;
	}

	.website a {
		font-size: 2vh;
		line-height: 1.8vh;
		bottom: -.7rem;
	}

	.contact span {
		font-size: 2vh;
		line-height: 1.8rem;
		bottom: .1vh;
	}

	.contact a {
		font-size: 2vh;
		bottom: -.3vh;
	}

	.close-container {
		height: 1.9vh;
		width: 1.9vh;
	}

	.fontname {
		font-size: 1.9vh;
		line-height: 2vh;
	}

	.fontname select {
		font-size: 1.8vh;
		line-height: 2.22vh;
	}

	.optiontext {
		font-size: 1.7vh;
		line-height: 2vh;
	}

	input[type=range] {
		width: 300px;
		height: 4px;
		margin-top: 1.6vh;
	}

	input[type=range]::-webkit-slider-thumb {
		width: 19px;
		height: 19px;
		border: solid var(--white) 4px;
		border-radius: 20px;
	}

	.cat-list {
		width: 500px;
	}

	.index {
	  display: flex;
	  position: absolute;
	  top: 70vh;
	  left: 75vh;
	}

}