body {
    background-color: #111a2b;
    font-family: LexendL;
    color: #fff;
    font-size: 18px;
}
.center {
    margin: 0 auto;
}
.linktr {
    max-width: 500px;
}
.iconos img {
    width: 30px;
    height: 30px;
}
button {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px !important;
    border-radius: 20px;
}
a button h2{
    color: #111a2b;
    margin-bottom: 0;
}
.margin {
    margin-bottom: 35px;
}
h2, h3 {
    font-family: Montserrat;
    font-style: normal;
    font-size: 18px;
}
@font-face {
    font-family: LexendL;
    src: url(fonts/Lexend-Light.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
    font-weight: 700;
}
.text-center {
    text-align: center;
    margin: 20px 0;
}
.logo {
    width: 100px;
    height: 100px;
    margin: 30px auto;
}
.logo img {
    width: 100%;
}

.card {
    background-color: #fff;
    color: #111a2b;
    border-radius: 20px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.card button {
    background-color: #111a2b;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 150px;
    margin-top: 10px;
}
