#map {
    height: 500px;
}

.chart-container {
    position: relative;
    width: 100%;
}

body {
    font-family: "museo-sans", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.logo {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.screenshot {
    will-change: transform;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(10deg) rotateY(-20deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.screenshot-flipped {
    transform: perspective(1000px) rotateX(10deg) rotateY(20deg);
}

.screenshot:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.action-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
