body {
            margin: 0;
            font-family: Arial, sans-serif;
            background-image: url('../images/ctu.background.jpg'); /* Replace with your image URL */
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 100vh;
            color: black;
        }
        .logo {
            margin-bottom: 20px;
        }