@font-face {
    font-family: "monospacesilkscreenexpanded-51g8-webfont";
    font-weight: lighter;
    src: url(fuentes/silkscreenexpanded-51g8-webfont.woff2) format(woff2);
}
@font-face {
    font-family:"silverfinster-x3l2k-webfont" ;
    font-weight: 400;
    src: url(fuentes/silverfinster-x3l2k-webfont.woff2) format(woff2);
}

*{
    margin: 0;
    padding: 0;
}

body{
    min-height:100vh;
    font-family:"monospacesilkscreenexpanded-51g8-webfont";
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 350px;
}

nav li{
    height: 50px;

}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
}


@media (max-width:600px){
nav ul{
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: 100px;
 

}

nav a{
   margin-top: 30%;
}
}