a {
    color: azure;
    text-decoration: none; /* 刪除底線 */
    padding-right: 15px;
}

body {
    background-color: rgba(0, 0, 0, 0.922);
    color: aliceblue;
    overflow: auto;
    background-image: url('background.png'); /* 圖片檔案路徑 */
    background-size: cover; /* 背景圖片覆蓋整個畫面 */
    background-repeat: no-repeat; /* 不重複顯示背景圖片 */
    background-position: center center; /* 將背景圖片置中 */
    background-attachment: fixed; /* 讓背景圖片固定 */
    margin: 0; /* 確保沒有預設的頁面邊距 */
    padding: 0; /* 確保沒有預設的頁面內邊距 */
    height: 100vh; /* body佔滿整個視窗高度 */
}

#all {
    width: 1000px;
    margin: 0% auto;
}

#top {
    height:8%;
    background-color: rgba(130, 125, 125, 0.336);
    margin-top: -1.2%;
    text-align: left;
    width: 100%;
    padding-bottom: 0.2%;
    padding-left: 15%;
    border-bottom: 0%;
}
#top a {
    color: azure;
    margin-left: -240px; /* Maintain some space on the right */
    margin-right: 300px;
    text-decoration: none; /* Remove underline */
    font-size: 20px;
}


#header {
    height: 50px;
    background-color: rgba(130, 125, 125, 0.336);
    margin-top: -40px;
    padding-bottom: 10px;
    font-size: 40px;
    text-align: center; /*至中對齊*/
}

/*自我介紹*/
#my_picture {
    float: left;
    width: 250px;
    height: 250px;
    background-color: rgba(130, 125, 125, 0.336);
    margin-top: 5%;
    margin-left: -3px;
}

#my_picture h4 {
    margin-bottom: 1px;
    margin-left: 5px;
}


#my_picture img {
    display: block;
    margin: 0 auto; /* Center the image horizontally */
    margin-left: 5px; /* Move the image to the left by 5 pixels */
}

.main {
    margin-top: 0%;
    width: 50%;
    height: 30%;
    background-color: rgba(61, 59, 59, 0.541);
    padding-bottom: 10%;
    margin-left: 20%;
    padding: 0%;
    padding-bottom: 1%;
    padding-right: 0%;
    margin-bottom: 4%;
}



#right {
    float: right;
    height: 300px;
    width: 250px;
    background-color: rgba(130, 125, 125, 0.336);
    margin: 88px;
    margin-left: 10px; /* Adjust margin-left to create space between right and main */
}
#right p{
    margin: auto;
}

/* 分類 */
#wapper {
    float: left;
    height: 300px;
    width: 300px;
    margin: 15px;
    margin-top: -700px;
    background-color: rgba(130, 125, 125, 0.336);
}

/*fb chet*/
#fb-like {
    margin-top: -300px;
    margin-left: 250px;
    background-color: aliceblue;
    width: auto;
    height: auto;
}
