body{
    background: radial-gradient(circle, rgb(0, 0, 0), rgb(255, 68, 0));
}
Header{
    display: flex;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 200px;
    color: black;
}
div{
    display: flex;
    flex-direction: column;
    color: black;
    justify-content: center;
    align-items: center;
    margin-bottom: 300px;
}
a{
    text-decoration: none;
    color: bisque;
    background: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
    padding-top: 10px;
}
A:hover{
    color: black;
    background: white;
}
nav{
    padding: 20px;
    background: black;
    
}
.menu{
    padding-left: 80px;
    padding-right: 80px;
                color: rgb(255, 255, 255);
text-shadow: 
    0 0 5px rgb(255, 55, 0),
    0 0 10px rgb(255, 255, 255),
    0 0 20px rgba(255, 51, 0, 0.6);
}
.main{
    display: block;
}
.stick{
    position: sticky;
        top: 0;
}
.menu:hover{
    background: rgb(79, 79, 79);
        color: rgb(255, 255, 255);
text-shadow: 
    0 0 5px rgb(255, 255, 255),
    0 0 10px rgb(255, 255, 255),
    0 0 20px rgba(255, 255, 255, 0.6);
}
h2, p{
        color: rgb(255, 255, 255);
text-shadow: 
    0 0 5px rgb(255, 55, 0),
    0 0 10px rgb(255, 255, 255),
    0 0 20px rgba(255, 51, 0, 0.6);
}
h1{
        color: rgb(255, 255, 255);
text-shadow: 
    0 0 5px rgb(255, 55, 0),
    0 0 10px rgb(255, 255, 255),
    0 0 20px rgba(255, 51, 0, 0.6);
}