    *{
        padding: 0;
        margin: 0;
    }
    body{
        background-color: black;
    }
    div{
        color: white;
    }
    li{
        list-style: none;
    }
    .fa-apple{
        font-size: 1rem;
        margin-left: 0;
        margin-top: 10px;

    }

    div .airpod{
        display: flex;
    }
    .pod{
        margin-left: 2rem;
    }

    ul{
        display: flex;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    a{
        text-decoration: none;
        color: white;
        text-align: center;
        align-items: center;
    }
    .pods{
        margin: 2rem;
    }

    .ads{
        font-size: 2rem;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        text-align: left;
        display: flex;  
    }
    .lol{
        margin-top: 0;
        font-size: 1.8rem;
    }
    p{
        font-size: 1rem;
        margin: 0;
        margin-top: 1.5rem;
    }
    .lea{
        color: white;
        border: solid white;
        padding: 6px;
        margin-right: 2rem;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    }
    .buy{
        border: solid black;
        color: black;
        background-color: white;
        padding: 6px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    section{
        margin-top: 5rem;
    }
    img{
        margin-left: 3rem;
    }

    .wrapper img{
        cursor: pointer;
    }

    .wrapper #zoomin img{
        transform: scale(1);
        transition: 0.1s ease-in-out;
    }

    .wrapper #zoomin :hover img{
        transform: scale(1.5);
    }