* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: "Arial", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    background-color: lightyellow;
}

.image {
    text-align: center;
}

.image img {
    margin-top: 30px;
    margin-bottom: 0px;
    width: auto;
}

.text {
    text-align: center;
}

.item {
    margin: 50px 0;
    padding: 0 50px;
}

.links {
    text-align: center;
}