@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #222;
    color: white;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 100vh;
    margin: 0;
}