body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    overflow: hidden;
}

.section {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-small {
    font-size: 15px;
}

@media (max-width: 768px) {
    .mb-for-mobile {
        margin-bottom: 1px; 
      }
}

.mb-6 {
    margin-bottom: 6em;
}

.mt-6 {
    margin-top: 6em;
}

.justify-text {
    text-align: justify;
  }

.playing-cards {
    max-width: 100px;
    border-radius: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.navbar-current-site {
    font-size: x-large !important;
}

a {
    color: white !important;
    text-decoration: none !important;
}

