@charset "utf-8";

html,
body {
    margin: 0;
    font-family: "Roboto";
    background: #f1f1f1;
    scroll-behavior: smooth;
    /* overflow: auto; */
}

ul {
    padding: 0;
    list-style-type: none;
}

dd {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: #666;
    text-decoration: none;
}

.wrap {
    display: flex;
}

footer {}

@media (width>600px) {
    .wrap {
        gap: 30px;
    }
}