@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Orbitron:wght@700&display=swap');

.portfolio-back {
    position: fixed;
    left: 0.75rem;
    bottom: 0.75rem;
    z-index: 1000;
    display: inline-flex;
    align-items: baseline;
    text-decoration: none;
    line-height: 1;
    opacity: 0.75;
    transition: opacity 0.15s ease;
}

.portfolio-back:hover {
    opacity: 1;
}

.portfolio-back-siruno {
    font-family: 'Orbitron', sans-serif;
    font-size: 10pt;
    font-weight: 700;
    color: #FF6514;
}

.portfolio-back-tld {
    font-family: 'Lato', sans-serif;
    font-size: 7pt;
    font-weight: 700;
    color: #434343;
}
