html {
    scroll-behavior: smooth;
    overflow: scroll;
}

body {
    margin: 0;
}

li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}

a {
    text-decoration: none;
    color: black;
    transition: 0.3s;
}

a:hover {
    width: auto;
    color: #df3a3a;
}

img {
    width: 100%;
    height: 100%;
    margin-top: 39px;
}

#nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 39px;
    box-shadow: 0 1px 6px #df3a3a;
    background-color: #ffffeb;
    color: black;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#logo_name{
    color: #df3a3a;
}
#page div {
    height: 100vh;
}