@font-face {
    font-family: 'Dubai';
    src: url('fonts/DubaiW23-Regular.woff2') format('woff2'),
         url('fonts/DubaiW23-Regular.woff') format('woff'),
         local('Dubai'), local('Dubai-Regular');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Dubai', sans-serif;
    line-height: 1.6;
    margin: 40px;
    background-color: #f9f9f9;
    color: #333;
}

h1 {
    text-align: center;
    color: #004080;
}

ul {
    list-style-type: disc;
    margin-left: 5px !important;
}

p {
    margin-bottom: 20px;
}