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

body {
    background: url('./white-bg.jpeg');
    overflow: hidden;
    /* overflow-y: scroll; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}