@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

li {
    list-style: none;
}

img {
    vertical-align: bottom;
    width: 1000px;
    height: 1000px;
}