@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'JetBrains Mono', monospace;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background: url('https://raw.githubusercontent.com/julliakathelyn/Gaming-Store-A3-Usabilidade/main/img/wallpaper-iconmenu/test03.png') no-repeat center center fixed;
    background-size: cover;
}