@charset "utf-8";

/** 초기화 **/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

#wrap {
    width: 100%;
    background-color: #d4d4d4;
    
}

img {
    box-shadow: 0 0 40px rgb(0 0 0 / 25%);
}