    * {
        font-family: "FontHeader";
    }
    
    body {
        background-image: url('/bg/BB3.jpg');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .card {
        border-radius: 1.5rem;
    }
    
    .text-size-header {
        font-size: 80px;
        color: white;
    }
    
    .navbar {
        min-height: 180px;
        background-color: rgb(22, 11, 116);
    }
    
    .navbar-center {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        overflow: visible;
        height: 0;
    }
    
    .container {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    
    .row {
        margin-top: 50px;
    }
    
    img:hover {
        opacity: 0.5;
    }
    
    .spacer-header {
        min-height: 80px;
    }
    
    .spacer-footer {
        min-height: 600px;
    }
    
    @font-face {
        font-family: FontHeader;
        src: url("/Font/LINESeedSansTH_Bd.otf");
    }
    
    .button {
        background-color: rgba(38, 34, 97, 255);
        border: none;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 50px;
        width: 300px;
        height: 120px;
        color: white;
        font-size: 30px
    }