* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
}

body {
    background: rgba(0, 193, 255, 0.98);
    background-image: linear-gradient(rgba(0, 193, 255, 0.98), white);
    /*color: white;*/
    /*overflow: hidden;*/
    /*overflow-y: scroll;*/
}