body {
    background-color: #000416;
    color: #c0cbdc;
    text-align: center; 
    font-family:'Courier New', Courier, monospace;
     font-style:initial; 
     padding-top: 50px;
    font-size: 20px;
}

ul.Links {
  list-style: none;
  display: flex;
  display: inline-block;
}

ul {
    text-align: left;
    display: inline-block;
}

a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    font-size: 25px;
    text-decoration: underline;
}

a:visited {
    color: #9390a5;
}

img:hover {
    size: 500px;
}

#in-text:hover {
    font-size: 20px;
    text-decoration: underline;
}