@media screen {

h2{
	color: #5ccccc;
}
#h2Output{
	margin-top: 0px;
	padding-top: 20px;
}
.cyanTop{
	height: 100px;
	max-width: 958px;
	min-width: 867px;
	background-color: #a1dede;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.whiteMid{
	width: 445px;
	height: 250px;
	background-color: white;
	margin-left: 15px;
	float: left;
	padding-left: 25px;
}
.hTop{
	max-width: 958px;
	color: #4b6868;
	font-family: arial;
	font-size: 30px;
	padding-top: 30px;
	text-align: center;
}
.answerBlock{
	height: 250px;
	max-width: 458px;
	min-width: 362px;
	margin-right: 35px;
	margin-left: 495px;
	background-color: white;
	font-family: arial;
	padding-left: 20px;
}
.formData{
	font-family: arial;
	position: relative;
}
.inputData{
	margin-right: 20px;
	position: absolute;
	border-radius: 10px;
	border-width: 1px;
	text-align: center;
	right: 0;
	width: 200px;
	box-sizing: border-box;
}
#inputButton:hover{
	background-color: lightgray;
}
.aboutSymbs{
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	width: 340px;
	height: 25px;
	padding-left: 10px;
	font-size: 16px;
	cursor: pointer;
}
.aboutSymbs:hover{
	background-color: lightgray;
}
.parAnswer{
	height: 100px;
	border-style: inset;
	border-radius: 10px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	padding-left: 5px;
}
a{
    display: inline-block;
	background-color: #f0f0f0;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    margin-left: 15px;
    width: 200px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    color: black;
    text-decoration: none;
    font-family: arial;

	margin-top: 15px;
}
a:hover{
    background-color: lightgray;
}
#version{
	width: 958px;
	height: 50px;
	margin-top: 10px;
	background-color: white;
	margin-left: 15px;
}
#aboutApp{
	font-family: arial;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	height: 22px;
	width: 230px;
	margin-left: 18px;
}
#aboutApp:hover{
	background-color: lightgray;
}

}

@media screen and (max-device-width:480px){
	html{
		height: 120%;
	}
	body{
		height: 100%;
	}
	.cyanTop{
		margin-left: 10%;
		margin-right: 10%;
		height: 18vh;

		max-width: unset;
		min-width: unset;
		margin-bottom: unset;
	}
	.hTop{
		font-size: 30px;
		max-width: unset;
		padding-top: 30px;
	}
	.whiteMid{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 5%;
		margin-bottom: 5%;
		float: unset;
		padding-top: 1%;
		width: unset;
		height: unset;
	}
	.answerBlock{
		height: 270px;
		max-width: unset;
		min-width: unset;
		margin-right: 10%;
		margin-left: 10%;
		margin-bottom: 5%;
		padding-left: unset;
	}
	#h2Output{
		margin-top: 0px;
		padding-top: 20px;
		padding-left: 25px;
	}
	.formData{
		position: unset;
	}
	.inputData{
		position: unset;
		margin-right: unset;
		right: unset;
		width: 65vw;
		box-sizing: unset;
	}
	#inputButton{
		margin-top: 4%;
		margin-bottom: 5%;
	}
	.aboutSymbs{
		width: 90%;
		height: unset;
		padding-left: 1%;
		padding-right: 1%;
		margin-left: 5%;
		margin-right: 2%;
		margin-top: 2%;
	}
	.parAnswer{
		height: 120px;
		margin-right: 5%;
		margin-left: 5%;
		padding-left: unset;
		font-size: 15px;
	}
	a{
	    width: 50%;
	    height: unset;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 5%;
	}
	#version{
		width: unset;
		height: 100px;
		margin-top: unset;
		margin-left: 10%;
		margin-right: 10%;
	}
}