body {
    margin: 0px;
    --bg: #0E184E;
    --menu: #172261;
    --card: #162160;
    --card2: #111C4F;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: 100%;
    --color: #FDAB10;
    background: var(--bg);
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-size: 100% 100%;
}

