@media
	{
		h1
		{
			font-size: 6vw;
			line-height: 6vw;
			text-align: center;
			color: var(--white);
		}
		#logo
		{
			position: fixed;
			top: 2vw;
			left: 2vw;
			height: 5vw;
			z-index: 10;
		}

		#start_01
		{
			background-color: var(--red);
			flex-direction: row;
			height: 40vw;
			gap: 5vw;
		}

		#washmachine_repairer
		{
			height: 40vw;
			position: relative;
			top: 5vw;
		}

	}

@media (max-width: 1400px)
	{


		#logo
		{
			top: 5vw;
			left: 5vw;
			height: 7vw;
		}


	}


@media (max-width: 800px)
	{
		h1
		{
			font-size: 15vw;
			line-height: 15vw;
			text-align: left;
			position: relative;
			right: 5vw;
		}
		#logo
		{
			height: 15vw;
		}

		#start_01
		{
			flex-direction: column;
			padding-top: 30vh;
			height: 90vh;
			gap: 0vw;
		}

		#washmachine_repairer
		{
			height: 60vh;
			position: relative;
			top: 0;
			left: 15vw;
		}

	}
