*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    background: transparent;
    font-family: 'DM Sans', 'Roboto', sans-serif;
    font-size: 8px;
    max-width: 100%;
}
body{
    background: #1F1F1F;
    color:white;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
   
    margin: auto 0;;
    
}
#root{
    display: flex;
    justify-content: center;
    align-content: center;
  
    max-width: 100%;
}

button:hover{
    background-color: #3531F2
}
