@charset "UTF-8";

/* Background gradient */

body {
  margin: 0;
  /* font-family: "EB Garamond", serif;*/
  background: linear-gradient(3000deg, #A00000 0%, #A58383 40.99%, #A58383 60.99%,#A00000 100%);
  font-family: 'Roboto Condensed';font-size: 22px;
  src: url("https://fonts.googleapis.com/css?family=Roboto Condensed") format("truetype");
}

/* Header: Listen Again */
header {
  color: #000;
  text-align: center;
  font-family: OrganGrinder;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

/* Section styling */
main {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
h1{
 font-family: 'Roboto Condensed';font-size: 76px;
  src: url("https://fonts.googleapis.com/css?family=Roboto Condensed") format("truetype");
color:#C7C7C7;
}
h2{
 font-family: 'Roboto Condensed';font-size: 20px;
  src: url("https://fonts.googleapis.com/css?family=Roboto Condensed") format("truetype");
	
}
h3{
 font-family: 'Roboto Condensed';font-size: 40px;
  src: url("https://fonts.googleapis.com/css?family=Roboto Condensed") format("truetype");
}
h4{
 font-family: 'Roboto Condensed';font-size: 30px;
  src: url("https://fonts.googleapis.com/css?family=Roboto Condensed") format("truetype");
color:#C7C7C7;
	margin: 10px;
}
p{
 font-family: 'Roboto Condensed';font-size: 25px;
  src: url("https://fonts.googleapis.com/css?family=Roboto Condensed") format("truetype");
color:#D2D2D2;
margin: 10px;
}

.nom{
	text-size: 20px;
}
.miniprojet{
	/*display: inline-block;¨*/
    width: 350px;
    min-height: 350px;
    background-color: #8D0000;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    box-shadow: 10px 10px 30px 5px #780000;
    font-family: "Roboto Condensed";
    overflow: auto;
	color: #F0F0F0;
	text-align: center;
	
}

/* Alice Leso & Jakob Haslbeck */
/* Header: Listen Again .project-info h2 {
  color: #000;
  text-align: center;
  font-family: "EB Garamond";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0;
}
*/

/* Paragraph text */
.project-info p {
  color: #000;
  text-align: center;
  font-family: "EB Garamond";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Italicized text: Il barone rampante */
.project-info p em {
  color: #000;
  font-family: "EB Garamond";
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

/* Image styling */
.project-image img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Audio player */
.audio-player {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

audio {
  width: 80%;
}
