body {
    margin: 0px;
    --bg: #121212;
    --menu: rgba(30, 30, 30, 0.8);
    --card: rgba(40, 40, 40, 0.7);
    --card2: rgba(35, 35, 35, 0.7);
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: 100%;
    --color: #a0a0a0;
    background: var(--bg);
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    color: #e0e0e0;
    background-size: 100% 100%;
}
