/*plantilla ccs creada por Davide*/
/*----------------*/
/* 
https://www.paulirish.com/2012/box-sizing-border-box-ftw/
apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
/*------------------------------------------------------------------------*/
/*Vamos a definir el tamaño para la unidad relativa rem*/

:root {
  font-size: 16px;
}
/*--------------------------------------------*/

.style-script-regular {
  font-family: "Style Script", cursive;
  font-weight: 200;
  font-style: normal;
  width: 30vw;
}

.griffy-regular {
  font-family: "Griffy", system-ui;
  font-weight: 400;
  font-style: normal;
}

.engagement-regular {
  font-family: "Engagement", cursive;
  font-weight: 400;
  font-style: normal;
}

.inspiration-regular {
  font-family: "Inspiration", cursive;
  font-weight: 400;
  font-style: normal;
}

.henny-penny-regular {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}
header {
  width: auto;
}

h1 {
  font-family: "Style Script", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  width: 560px;
  object-position: center;
  text-align: center;
  padding: 1rem;
  background-image: linear-gradient(45deg, #ffb642, #d9962a, #845201);
  border-radius: 15px;
  filter: opacity(0.8);

  box-shadow: -2rem -1rem 2rem 2rem #545143;
}
/*
h1 ::before {
  position: absolute;
  x: 0;
  y: 0;
  z-index: index 1;
  font-family: "Style Script", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  width: 560px;
  object-position: center;
  text-align: center;
  padding: 1rem;
}

h1::before{
position:absolute;

}*/

.card {
  position: relative;
  border: thin solid #000;
  margin-top: 40px;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;

  width: 600px;
  height: 400px;
  box-shadow: 2rem 2rem 2rem 2rem #00000080;
}
.backdrop-filter {
  width: 100%;
  height: 100%;
}

.card img {
  width: auto;
  height: auto;
  object-fit: cover;
  filter: sepia(1);
}

.backdrop-filter h4 {
  position: absolute;
  top: 4rem;
  left: 19rem;
  background-color: #ffffff58;

  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-family: "Style Script", sans-serif;
  font-weight: 400;
  font-style: normal;
  filter: invert(1);
}

body {
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(
    circle 40rem at center,
    #494237,
    #9b8a6c 67%,
    #484032
  );
}

a {
  font-family: "Style Script", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  color: #000000;
  outline: none;
  text-decoration: none;
  width: auto;
  text-align: auto;
  margin-left: 5vw;
  margin-right: auto;
}

a:link {
  color: #000000;
  font-size: 1.8rem;
}
a:visited {
  color: #000000;
  font-size: 1.6rem;
  padding: 1rem 10ch;
}

a:hover {
  color: #000000;
  font-size: 1.6rem;
  text-shadow: 1rem 1rem 0.5rem #a98738aa;
}

a:active {
  color: #000000;
  font-size: 1.6rem;
}

a:focus {
  color: #000000;
  font-size: 1.6rem;
}
