/*
Theme Name: LP Theme
Author: Antigravity
Description: A minimalist Landing Page theme converted from HTML.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: lp-theme
*/
/* 画像の下の隙間を消す */
img {
    vertical-align: bottom;
    display: block;
}
html {
    scroll-behavior: smooth;
}