/* domaintieto.fi custom styles */

@keyframes spin { to { transform: rotate(360deg); } }

.spinner {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 3px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
    margin-right: 0.5em;
}

nav a {
    text-decoration: none;
}

footer {
    margin-top: 4rem;
    padding: 2rem 0;
    text-align: center;
    opacity: 0.6;
}
