@font-face {
    font-family: 'Romance'; /* Name to use for the font */
    src: url('fonts/Aesthetic\ Romance.ttf') format('truetype'); 
}

body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #f1e3d3;
    font-family: 'Romance', Arial;
    align-items: center;
    font-weight: 500;
    font-size: 1.5em
}



h1{
  font-size: 2.5em; /* Tamaño de la fuente */
  text-align: center; /* Alineación del texto */
  margin: 0;
}

.feb{
    color: red;
    margin-bottom: 30px;
}

.polaroid{
   width: 300px;
   height: auto; 
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 15px;
   box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
   background-color: #ffcaca80;
   margin-bottom: 30px;
   border-radius: 10px;
}

.polaroid .imagen{
    width: 290px;
    height: auto;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}


