button{
    background-color: white;
    border: none;
    font-size: 300%;
}

#menu{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:100vw;
    font-size: 72px;
    display: none;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top:0px;
    left:0px;
}

a{
    color: white;
}