@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import 'shared/nav.css';
@import 'shared/options.css';
@import 'shared/details.css';
@import 'shared/visualizer.css';
@import 'shared/details.css';

html {
    scroll-behavior: smooth;
}

body {
    background-color: #282A36;
    color: #F8F8F2;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 3rem;
    color: #50FA7B;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

@media (max-width: 1900px) {
    html {
      font-size: 12px;
    }
}

@media (max-width: 1300px) {
    html {
      font-size: 8px;
    }
}
