*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background: #ffe;
	position: relative;
	height: 100vh;
	background: url(../img/bgs.jpg) no-repeat center/cover;	
	background-attachment:fixed;
}
.coniainer{
	display: flex;
	justify-content:center;
}
.coniainer button{
	cursor: pointer;
	border-radius: 25px;
	padding: 10px 15px;
	margin: 20px 50px 30px 30px;
	border: none;
	width: 120px;
	background: #536DFE;
	transition: 0.5s;
	color: antiquewhite;
}
.box{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	
}
.box div{
 margin: 0px 50px 50px 50px;
 width: 280px;
 height: 500px;
 border: 2px solid white;
}
.box h5{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 10px 0px;
}
.box img{
	width: 216px;
	height: 384px;
	margin-left: 31px;
}
.box button{
	cursor: pointer;
	border-radius: 25px;
	padding: 10px 15px;
	display: block;
	margin: 15px auto;
	border: none;
	width: 120px;
	background: #fff;
	transition: 0.5s;
	color: blueviolet;
}
button:hover {
	width: 150px;
	color: peru;
}
.mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background: rgba(14, 30, 30, 0.8);
	display: none;
	overflow: scroll;
}
.thename{
  text-align: center;
	color: #fff;
	margin-top: 20px;
	font-size: 24px;
}
.thename span{
	display: inline-block;
	padding: 15px;
	border-radius: 25px;
	background: #000;
}
.alertbox{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin: 0 5%;
}
.alertbox div{
	margin-left: 30px;
	margin-top: 20px;
}
.alertbox img{
	width: 265px;
	height: 472px;
	color: #fff;
}