        body {
            font-family: tajawal;
            direction: rtl;
        }

        .fonts {
            margin: 20px;
            text-align: center;

        }

 @media screen and (min-width: 601px) {
        .fonts {
            margin: 20px;
            text-align: right;

        }
        .order{
            margin-right:155px;
        }
                    .button{
                margin-top:-45px;
            }
 }
        h3 {
            font-size: 3vw;
        }

        h5 {
            font-size: 2vw;
        }

        a {
            text-decoration: none;
        }

        /* Styled Button */
        button {
            margin:0px;
            display: inline-block;
            padding: 10px 20px;
            background-color: #0000006b;
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 1.5vw; /* Adjust the font size for large screens */
            cursor: pointer;
            transition: background-color 0.3s, opacity 0.3s;
            margin-left:-7.5px;
            margin-right:-7.5px;
        }

        button:hover {
            background-color: black; /* Darkened color on hover */
        }

        @media screen and (max-width: 600px) {
            /* Adjust styles for small screens */
            h3 {
                font-size: 7vw;
            }

            h5 {
                font-size: 4vw;
            }

            button {
                margin:0;
                font-size: 4.5vw;
                margin-left:-8.5px;
                margin-right:-8.5px;
            }
            .button{
                margin-top:-55px;
            }
        }