body{
    background-image:url(https://github.com/nuness5/site-coisas/blob/main/imgs/art/tela1.jpg?raw=true);
    background-attachment:fixed;
    padding:20px;
    font-family:monospace;
}

#links{
    width:400px;
    padding: 5px;
}

#aliengirl-png{
    display:inline;
    height: 1000px;
    transform: translateY(-500px) translateX(350px);
}

#juni{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height:200px;
    background-image: url(https://github.com/nuness5/site-coisas/blob/main/imgs/juni1.png?raw=true);
    background-size: 200px;
}

#juni:hover{
    background-image: url(https://github.com/nuness5/site-coisas/blob/main/imgs/juni2.png?raw=true);
}

ul{
    list-style: none;
    margin-right:40px;
}

a:link{
    color: #3b483f;
}

a:visited{
    color: darkgreen;
}

a:hover{
    color: lightgreen;
}