body
{
    background-image: url(./Images/Home\ Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

@media(max-width: 600px)
{
    body
    {
        background-size: auto;
    }
}


header
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


header h1
{
    color:deepskyblue;
    font-family: 'Courier New', Courier, monospace;
    text-shadow: 2px 2px 2px 2px blueviolet;
    font-size: 65px;
    text-align: center;

  
}

ul
{
    list-style:  none;
    display: flex;
    gap: 100px;
    color: aqua;
    justify-content: center;
}
