body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('background.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat ;
    font-family: Arial, sans-serif;
    color: black;
    direction: RTL;
}

.container {
    text-align: center;
}

h2 {
    margin-bottom: 20px;
}

.text2 {
    margin-top: 10px;
    font-size: 1.2em;
}
