h1 {
	font-family: "Raleway", sans-serif ;
    font-style: italic;
	color: #ad404d;
	font-size: 3rem;
	text-shadow: 3px 3px black;
	display: flex;
	align-self: center;
	margin-bottom: 100px;
}




.Voltar {
	display: inline-block;
	color: white;
	padding: 15px 25px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:#ad404d ;
	border: none;
	border-radius: 15px;
	font-family: "Raleway", sans-serif ;
	transition-duration: 0.4s;
	font-style: italic;
	text-shadow: 2px 2px black;
	
  }

.Voltar:hover {
	background-color: #85333c;
	
}

.discos {
    display: flex;
	justify-content: center;
	height: 500px;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: row;
	align-self: center;
}

.discos a img {
    border-radius: 15px;
	justify-content: center;
	align-self: auto;
	width: 300px;
	height: 285px;
}

.discos a {
	border: 0px;
	background-color: transparent;
	align-self: center;
	justify-self: center;
}

.discos a img {
	transition: 0.5s;
}

.discos a img:hover {
	height: 300px;
	width: 315px;
}

body {
	display: flex;
	flex-direction: column;
	align-content: center;
	
}


@media (min-width: 1024px) {

	h1 {
		font-size: 5rem;
	}

	.Voltar{
		font-size: 1.5rem;
	}

	.discos a img{
		height: 385px;
		width: 400px;
	}

	.discos a img:hover{
		height:400px;
		width: 415px;
	}
}
