*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    background: transparent;
    scroll-behavior: smooth;
    
}

body{
    background-color: #171948;
    color: white;
    overflow: hidden;
    overflow-y: scroll;
}