@font-face {
    font-family: "Microsoft JhengHei";
    src: url("MicrosoftJhengHei.ttf") format("truetype");
}

body {
    margin: 0;
    font-family: 'Ubuntu', 'Microsoft JhengHei', sans-serif;
    background-color: #F9F9F9;
    flex-direction: column;
    height: 100%;
}

.logo-container {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
}

.logo-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 800px;

}

.logo {
    width: 160px;
    height: auto;
}

.main-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 800px;
    padding: 1.5rem;
}

.content {
    font-size: 20px;
    line-height: 1.4;
}

.wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}