@charset "UTF-8";
:root {
    --cor-primary: #038BDB;
    --cor-seconday: #7848E1;
}
a {
    text-decoration: none;
}
a:hover {
    color: var(--cor-primary) !important;
}
.page-title {
    background: linear-gradient(10deg, #038BDB, #7848E1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    font-size: 45px;
    letter-spacing: 2px;
}
