
html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    /* font-family: "Rounded Mgen 2P" !important; */
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
}

:root {
    --header: 100px;
    scroll-padding: var(--header);
  }

#body {
    transform: translateY(60px);
    position: relative;
    /* overflow-x: hidden; */
    /* overflow-y: visible; */
    
}




body {
    background-color: #fff97d;
    overflow-x: hidden;
}


@media screen and (min-width: 1200px) {
    #information,
    #about,
    #works {
        width: 80% !important;
    }
    
}

img {
    user-select:none;
	-webkit-user-select:none;	
	-webkit-user-drag:none;
	-moz-user-select:none;	
	-khtml-user-select:none;
	-khtml-user-drag:none;
}


/* FFF97D */

.hide {
    display: none;
}