body {
    background-color: black;
}

main { 
    text-align: center;
    font-family: futura-pt;
}

hero {
    text-align: center;
    font-family: futura-pt;
    color: #B1B1B1;
}

#links_socials_title {
    text-align: center;
    font-family: futura-pt;
    color: #B1B1B1;
}

#links_socials {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

#links_socials a { 
    text-decoration: none;
    background-color: #426ea9;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 5px;
    color: white;
}

#links_socials a:hover {
    transition-duration: 0.5s;
    background-color: #2c4d80;
}

.gradient { 
    background: -webkit-linear-gradient(0deg, rgba(148,187,233,1) 30%, rgba(238,174,202,1) 67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}