@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html{
	background-color:#FF595E;

}

body{
	margin:0;
	text-align:center;
	font-family:"Oswald";
}

strong{
	font-weight: 500;
}

h1{
	margin:5px 15px 10px 15px;
	color:#F4F1DE;
	font-size:40px;
	font-weight: 300;
}

h2{
	font-size:15px;
	font-weight: 300;
}

a{
	font-size:15px;
	font-weight: 300;
}

p{
	color:#F4F1DE;
	font-weight: 200;
	padding:0 30px 0 30px;
	margin:0; 
	font-size:20px;
}

img{
	width:100%;
	border-radius:20px 20px 0 0;
}

#cont{
	width:760px;
	height:760px;
	margin:30px;
	background-color:#4D908E;
	display:flex;
    justify-content:center;
    align-items:center;
	border-radius:20px;
}

#pag1{
	width:710px;
	height:710px;
	background-color:#132A13;
	border-radius:20px;
}

 a:hover{
	background-color:#AB3F21;
}

.botoN{
   	float:center;
	width:700px;
	display:flex;
	margin-top:15px;
}

.ediBoton{
	width:200px;
	text-align:center;
	padding:10px 50px;
	margin:0 50px 0 50px;
	text-decoration:none;
	border-radius:30px;
}

.noB{
	background-color:#F4F1DE;
	color:#000;
}

.siB{
	background-color:#E07A5F;
	color:#000;
}

 a:hover{
	background-color:#AB3F21;
}
