body{
    background-color: rgb(37, 34, 34);
    color: white;
}

h4 {
    margin-top: 75px;
    font-size: 40px;
}

#bird{
    width: 500px;
}

#d1{
    font-size: 35px;
}

#platform{
    font-size: 40px;
}

header{
    padding: 1rem;
    background-color: rgb(28, 48, 44);
    font-size: 25px;
    position: fixed;
    min-width: 100%;
    width: 100%;
    top: 0;
    display: grid;
    grid-template-columns: 0.75fr 0.75fr 1fr 1fr;
    color: white;
    gap: 5px;
     z-index: 9999;
     left: 0;


}


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

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

}

#text{
    font-size: 25px;
    margin-top: 2cm;
    color: white;
    
}

#text a{
    color: white;
}

#text a:hover{
    color: rgb(7, 7, 40);
}