﻿.top-\[60vh\] {
    top: 60vh;
}

.top-\[70vh\] {
    top: 70vh;
}

.left-12 {
    left: 3rem;
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.logo-pc {
    max-width: 250px;
}