ul {
    padding: 0;
}

li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
}

li a {
    color: white;
    text-decoration: none;
    width: 50%;
}

body {
    background-color: rgb(54, 54, 54);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:white;
}

#texture {

    width: 50%;
    height: 50%;
}

#hLink:link {
    color: lightskyblue;
}

#hLink:visited {
    color: lightskyblue;
}

#hLink:hover {
    color: skyblue;
}

#hLink:active {
    color: blue;
}

#helpImg {
    width: 45%;
}

#search {
    width: 50%;
}