*
{
    font-family: "Google Sans Code", monospace;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body
{
    background-color: black;
}

#container
{
    width: 100%;
    min-height: 100vh;
    background-color: black;
    background-position: center;
    overflow: hidden;
}

main
{
    padding: 90px;
}

p
{
    color: #D3DAD9;
}

a:link,
a:visited,
a:hover,
a:active 
{
  color: inherit;
  text-decoration: none;
}