@charset "UTF-8";
#taba{
    margin-bottom: 20px;
    height: 60px;
    padding: 15px;
    background-color: #dcc1b2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: nowrap;
}
#taba a{
    color: rgb(0, 0, 0);
}
#taba a:hover{
    color: #ff5900;

}
main{
    padding: 1rem;
}
footer{
    margin-top: 2rem;
    padding: 1rem;
    background-color: #dcc1b2;
}
h1,h2{
    text-align: center;
}
a {
    text-decoration: none;

}
a:hover{
    text-decoration: none;
}
@media (max-width: 600px){
    #taba{
        gap: 20px;
    }
}