body {
    /*font-family: Arial, sans-serif;*/
    
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.fixed-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid rgba(191,191,191,1.00);
    z-index: 1000;
}

.logo {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.content {
    margin-top: 60px; 
    /*padding: 20px; */
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
    background-color: #0077c8;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.header h1 {
    margin: 0;
    font-size: 38px;
}

.header h2 {
    margin: 0;
    font-size: 30px;
}

main {
    margin: 0px;
}

.main-content {
    padding: 20px;
}

.main-content h3 {
    color: #d19a00;
    font-size: 38px;
    margin-bottom: 10px;
    text-align: center;
}

.main-content p {
    font-size: 14px;
    line-height: 1.5;
}

.font-darkglay {
    color: gray;
}

.font-black {
    color: #333;
}

.font-red {
    color: red;
}

.font-blue {
    color: #0077c8;
}

.font-brown {
    color: #d19a00;
}

.vertical {
    writing-mode: vertical-rl;
    background-color: #d19a00;
    color: white;
    padding: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.price {
    color: #000;
    margin: 20px 0;
    text-align: left;
}

.price_l {
    font-size: 40px;
}

.price_s {
    font-size: 16px;
}

.topics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.topics .section {
    width: 45%;
}

.topics .section ul {
    list-style: none;
    color: #0077c8;
}

.column {
    color: gray;
}

.column_s {
    font-size: 10px;
    color: gray;
}
    
.topics h4 {
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 9999px;
    background-color: #0077c8;
    color: white;
    padding: 5px 20px;
    text-align: center;
}

ul {
    list-style: none;
}

.topics ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}

.topics ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.profile {
    text-align: left;
    background-color: #0077c8;
    color: white;
    padding: 20px;
    display: flex;
}

.profile_left {
    margin-right: 30px;
}

.profile_right {
    margin-top: 30px;
}

.profile h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.profile p {
    font-size: 16px;
    margin-bottom: 10px;
}

.profile ul {
    list-style-type: none;
    padding: 0;
}

.profile ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.profile img {
    width: 100px;
    height: auto;
    /*border-radius: 50%;*/
}

.-column1 {
    padding: 20px;
}
