#logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

body{
    background-color: rgb(90, 35, 18);
}


.nav {
    display: flex;
    justify-content: center; 
    align-items: center;    
    gap: 16px;               
    margin-top: 20px;
}

#home-button{
    background-color: rgb(90, 35, 18);
    color: aliceblue;
    border-color: bisque;
    display: inline-flex;    
    justify-content: center;
    align-items: center;
    margin: 0;               
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

#about-button{
    background-color: rgb(90, 35, 18);
    color: aliceblue;
    border-color: bisque;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

#market-button{
    background-color: rgb(90, 35, 18);
    color: aliceblue;
    border-color: bisque;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

#value-button{
    background-color: rgb(90, 35, 18);
    color: aliceblue;
    border-color: bisque;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

#h1_num1{
    text-align: center;
    color: bisque;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#h2_num1{
    text-align: center;
    color: bisque;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}