
.menu{
    margin-left: 0;
}



.menu ul{
    list-style: none;
    gap: 30px;
    flex: none;
    display: flex;
    font-size: 30px;
    y:0;
    position:fixed;
    background-color: rgba(240, 248, 255, 0.498);
    height: 2em;
    width: 30%;
    box-shadow: 10px 1px 50px 1px rgba(255, 255, 255, 0.251);
    border-radius: 10%;
    
}

.menu ul li a{
    text-decoration: none;
    color: deepskyblue;
}



h1 {
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    text-shadow: 4em;
    font-weight: 100;
    font-style:unset;
    font-stretch: semi-condensed;
    transition: ease 3s ease 5s;
}

h1:hover{
    color: darkslategrey;
}