
.merriweather-titles {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header {
    width: 100%;
    height: 4.2rem;
    position: fixed;
    top: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    padding: 1rem;
    background-color: rgb(255, 255, 255);

    color: #878ddd;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    z-index: 1000;
}

.container2 {
   width: 100%;
   height: 80%;

   margin-top: 5rem;

   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.public_cards {
    width: 95%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    border-radius: 1rem;
    margin-top: 1rem;
    background-color: rgb(255, 255, 255);
    padding: 1rem;

    z-index: 100;

    color: #878ddd;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.titulo{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
}

.link1 {
    color: #878ddd;
    text-decoration: none;
}

.link1:hover {
    color: #6168c4;
    text-decoration: underline;
}

.foot {
    position: fixed;
    bottom: 0.3rem;
    right: 1rem;

    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #878ddd;

    z-index: 1000;
}

body {
    background-color: #ffffff;
    opacity: 1;
    background-image:  radial-gradient(#acb1ff 1.6px, transparent 1.6px), radial-gradient(#acb1ff 1.6px, #ffffff 1.6px);
    background-size: 64px 64px;
    background-position: 0 0,32px 32px;
    padding-bottom: 10rem;
}

.container3 {
    width: 100%;
    height: 80%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cartas {
    width: 95%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    border-radius: 1rem;
    margin-top: 1rem;
    background-color: rgb(255, 255, 255);
    padding: 1rem;

    z-index: 100;

    color: #878ddd;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.cartas_ {
    width: 100%;
    height: 80%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 15rem;

    overflow-x: auto;
    overflow-y: hidden;

    gap: 1rem;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.boton_azul {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #6168c4;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    margin-top: 1rem;
}

.boton_azul:hover {
    background-color: #3f448a;
}

.imagen {
    width: 10rem;
    height: auto;
}

.mis_cartas {
    width: 100%;
    height: 80%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 15rem;

    overflow-x: auto;
    overflow-y: hidden;

    gap: 1rem;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.carta_link_c {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;

}

.carta_link{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1rem;

    transition: all 0.1s ease-in-out;
}

.carta_link:hover{
    background-color: #f2edff;
}

.carta_link:active{
    transform: scale(0.95);
}
