html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

body {
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 400;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden auto;
    max-height: 100%;
    background-image: linear-gradient(rgb(0 0 0 / 99%), rgb(143 59 86 / 8%)), url(../image/bj.png);
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.content {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 30px;
    position: relative;
    text-align: center;
}

.whatsapp {
    width: 88px;
    height: 88px;
    border-radius: 10px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0);
}

.css-1cw4hi4 {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: inherit;
}

.css-1ympjr3 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 8px 22px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 118, 210);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    width: 100%;
}

.css-1ympjr3:hover {
    text-decoration: none;
    background-color: rgb(21, 101, 192);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.css-1wxaqej {
    box-sizing: border-box;
    margin: 0px;
    flex-direction: row;
}

.css-1wxaqej:hover {
    transform: scale(1.04);
}

.Profile .Links .LinkSubtitle {
    font-size: .8em;
    white-space: pre-wrap;
}

.text {
    border-radius: 36px;
    color: rgb(255, 255, 255);
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 21px;
    margin-top: 16px;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 0.5px 1px;
}

.text .title{
    font-size: 24px;
    font-weight: bold;
    color: #ffac41;
}

.Profile .Section {
    margin-bottom: 23px;
    width: 100%;
}

.profile {
    margin: 23px 0;
    width: 100%;
    border-radius: 15px;
}

.Section{
    animation-name: identifier;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes identifier {
    0% { transform: scale(0.98);}
    50% { transform: scale(1.04);}
    100% { transform: scale(0.98);} 
}