body{
	background-image:url('bgindex.png');
	background-size:400px 400px;
	text-align:center;


}

.container{
	text-align:center;
margin: 0 auto;
margin-top: 10%;
margin-bottom: 0 auto;
	width:30vw;
	border: 20px solid;
	border-image-source: url("borderid.png");
	border-image-slice: 20;
	border-image-repeat: round;
	background-image:url("romdarkpattern.png");
}
.myButton{
	margin:auto;
		border: 20px solid;
	border-image-source: url("borderimg.png");
	border-image-slice: 20;
	border-image-repeat: round;
	background-image:url("gallerybg.gif");

}
.myButton:hover {
	position:relative;
	top:1px;
	animation: rainboo 1s;

}
img{
	width:30vw;
}
h1{
	color: #c4dbad;
	text-shadow: 3px 3px #565945;
	text-align:center;
	font-size:3.5em;
	margin-top:0;
	margin-bottom:0;
	background-image:url("rompattern.png");
	border: 20px solid;
	border-image-source: url("borderimg.png");
	border-image-slice: 20;
	border-image-repeat: round;
	text-decoration:underline #c2411d
	
}
h5 {
	color: #c4dbad;
	text-shadow: 3px 3px #565945;
	text-align:center;
	font-size:18px;
	margin-top:0;
	margin-bottom:5;
