html{
    background-color: #3ec1d3;
}

body{
    margin: 0px;
}

h1{
    font-family: "Bitcount Grid Double", system-ui;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" -8,
        "CRSV" 0,
        "ELSH" 0,
        "ELXP" 0;
}

header{}

#top_floating_navigation_bar{
    background-color: #ff165d;
    padding: 0.1px;
}

#title_of_page{
    text-align: center;
    font-size: 70px;
    margin: auto;
    font-family: "Bitcount Grid Double", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" -8,
        "CRSV" 0,
        "ELSH" 0,
        "ELXP" 0;
    color: #ffffff;
}

#navigation_buttons_set{
    background-color: #c9e5ff;
    padding: 1px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.navigation_button{
    display: flex;
    height: 40px;
    width: 120px;
    margin: 0;
    justify-content: center;
    align-items: center;
}
.navigation_button:hover{
    background-color: #ffffff;
}
.navigation_button:active{
    background-color: #61b2ff;
}

/* ↑ 浮动导航栏 + 公司名称 */

.displayed_sections{
    margin: 20px 150px;
    border-radius: 30px;
    background-color: #ffbf75;
    border: #ffffff solid 10px;
}

/* ↑ 所有展示的section（news，products...）统一的class name*/

#logo_container{
    margin: 50px auto;
    text-align: center;
    height: 700px;
}
#logo{
    max-height: 100%;
    border-radius: 50px;
}

/* ↑ logo和logo盒子*/

#news_title{
    color: #ff165d;
}