/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 7 set. 2023, 15:36:43
    Author     : llc94
*/

*{
    font-family: sans-serif;
    color: white;
    font-family: Montserrat;
}
@font-face{
    font-family: "Montserrat";
    src: url('./montserrat.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

body{
    background: linear-gradient(0deg, rgba(205,1,1,1) 0%, rgba(217,118,1,1) 25%, rgba(232,255,0,1) 100%);
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    max-width: 350px;
    row-gap: 10px;
}

.tarjeta{
    width: 100%;
    max-width: 250px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    column-gap: 30px;
    align-content: center;
    align-items: center;
    height: 70px;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

