body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0px;
    align-content: center;

}
div {
    display: block;
    unicode-bidi: isolate;
}

.container {
    max-width: 600px;
    margin: 100px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
p {
    font-size: 1.2em;
    margin-bottom: 30px;
}
.timer {
    font-size: 2em;
    margin: 20px 0;
    font-weight: bold;
    color: red;
}
.contact-info {
    font-size: 1em;
    color: #555;
}
.contact-info a {
    color: #007BFF;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
.logo {
    width: 50%;
}
.brands-register {
    font-size: 16px;
}