html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}
body {
    background: rgb(3, 1, 16);
    background-image: url(/images/Gradient.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    max-width: 100%;
    height: auto;
}

#myImg {
    margin-left: 15px;
}

.topnav a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-size: 23px;
    font-family: 'Courier New', Courier, monospace;
    margin-right: 1%;
}

.topnav a:hover {
    color: rgb(255, 0, 0);
  }

.topnav a.active {
    color: bisque;
  }