@charset "UTF-8";

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
}

html{
    scroll-behavior: smooth;
}

img{
    width: 100%;
    vertical-align: bottom;
}

a{
    text-decoration: none;
    display: block;
    color: black;
}

li{
    list-style: none inside;
}

table{
    border-collapse: collapse;
}
