
hr.new{
	border: 2px solid red;
}

.text-red{
	text-align:left;
}
.start-head{
	border-bottom: 3px solid red;
}
@media only screen and (max-width: 320px) {
h1{
	font-size: 50px;
	font-weight:600;
	text-align:center;
	color:black;
}

.text-red{
	color: red;
	font-weight: 600;
	font-size: 22px;
}
.start-content{
	background-color: #fdfdfd;
	width:100vw;
	height:100vh;
	margin:auto;
}
.start-container{
	width:80vw;
	height:100vh;
	margin:auto;
	padding:1rem;
	background-color: #fff;
}
.start-list{
	font-family: Arial;
	font-size: 22px;
	text-align:left;
	padding-left:0rem;
	margin: 25px 0px 0px 0px;
}
}
@media only screen and (max-width: 640px) {
h1{
	font-size: 60px;
	font-weight:600;
	text-align:center;
	color:black;
}

.text-red{
	color: red;
	font-weight: 600;
	font-size: 24px;
}
.start-content{
	background-color: #fdfdfd;
	width:100vw;
	height:100vh;
	margin:auto;
}
.start-container{
	width:80vw;
	height:100vh;
	margin:auto;
	padding:1rem;
	background-color: #fff;
}
.start-list{
	font-family: Arial;
	font-size: 24px;
	text-align:left;
	padding-left:0rem;
	margin: 25px 0px 0px 0px;
}
}
@media only screen and (min-width: 740px) {
h1{
	font-size: 60px;
	font-weight:600;
	text-align:center;
	color:black;
}

.text-red{
	color: red;
	font-weight: 600;
	font-size: 24px;
}
.start-content{
	background-color: #fdfdfd;
	width:100vw;
	height:100vh;
	margin:auto;
}
.start-container{
	width:60vw;
	height:100vh;
	margin:auto;
	padding:1rem;
	background-color: #fff;
}
.start-list{
	font-family: Arial;
	font-size: 24px;
	text-align:left;
	padding-left:0rem;
	margin: 25px 0px 0px 20px;
}
}