*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    background-image: url(index.jpg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.container {
    display: inline-block;
    cursor: pointer;
}
  
  
nav{
    height:90vh;
    width:100%;
    z-index:0;
}
nav ul{
    list-style:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:85%;
    font-size: 2.5rem;
    
}
a
    {text-decoration:none;
    color:#fbfaed;
    font-weight: 900;
    background-color: hsl(346, 100.0%, 28.2%);
    border: 2px solid #333;
    border-radius: 10px;
}




    
