nav{
    padding: 1rem;
    background-color: rgb(28, 48, 44);
    font-size: 25px;
    position: fixed;
    min-width: 100%;
    width: 100%;
    top: 0;
    color: rgb(124, 53, 53);
    gap: 5px;
     z-index: 9999;
     left: 0;
     


}


nav a{
    color: white;
    text-decoration: none;
}

nav a:hover{
    text-decoration: none;
    color: white;

}

h4{
    margin-top: 100px;
    font-size: 35px;
    color: rgb(255, 255, 255);
}

body{
    background-color: rgb(21, 60, 61);
}
