
@import url('https://fonts.googleapis.com/css2?family=Amarante&display=swap');
body{

    background-color: rgb(70, 4, 80);
}
h1{
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal;
}
h2{
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal;
}
.titulo{
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal
    color:rgb(75,52,249)
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li{
    float:left;
}
li a{
    text-decoration: none;
    color: aliceblue;
    padding: 10px 16px;
    font-family: "Fascinate Inline", system-ui;
    font-weight: 400;
    font-style: normal;
}
li a:hover{
    color: aqua;
}
