body {
background-image: url("https://fantasticsharky.neocities.org/Fantatstic.png");
  font-family: "Lucida Console", "Courier New", "monospace";
}

html {
  height: 100%;
}

.Welcome {
       padding: 1px;

}


.topnav {
background: #648fde;
background: radial-gradient(circle, rgba(100, 143, 222, 1) 25%, rgba(89, 188, 227, 1) 75%);
  overflow: hidden;
    margin: 15;
    padding: 15;

    display: flex;
    justify-content: center;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 40px;
  text-decoration: none;
  font-size: 17px;
}

