@charset "UTF-8";
/* CSS Document */

/*Generals*/

/*--------------------פונט---------------------*/

/* @font-face {
  font-family: 'AlefR';
  src: url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-regular.eot'); 
  src: url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-regular.eot?#iefix') format('embedded-opentype'),
       url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-regular.woff') format('woff'),
       url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-regular.ttf')  format('truetype'),
       url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-regular.svg') format('svg');
       
  font-style:   normal;
}

@font-face {
  font-family: 'AlefB';
  src: url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-bold.eot'); 
  src: url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-bold.eot?#iefix') format('embedded-opentype'),
       url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-bold.woff') format('woff'),
       url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-bold.ttf')  format('truetype'), 
       url('http://pqpq.co.il/fonts/Alef-Webfont/Alef-bold.svg') format('svg'); 
       
  font-style:   normal;
    font-weight:400;
}

*{font-family: 'AlefR' ; letter-spacing: 1px; margin: 0;padding: 0; direction: rtl;}
h1, h2{font-family: 'AlefB' ;}
h1{font-size: 4em;}
h2{font-size: 3em;} */

/*Body*/

/* body
{
    background-image: url(ANAN-01.png);
    background-size: 50%;
}

main
{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-image: url(main_anan.png);
    background-size: cover;
    width: 500px;
    height: 323px;
}

.texti
{
    position: relative;
    top:20%;
    left: -1%;
    color: white;
}

#child
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
}

#logo
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px;
} */

@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400&display=swap');

body {
    direction: rtl;
    font-family: 'Arimo' !important;
    margin: 0;
    letter-spacing: 0.5px;
    background: url(error-background.jpg) center center / contain;
}

.container {
    display: flex;
    height: 100vh;
    max-width: 1105px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.logo {
    position: absolute;
    top: 27px;
    right: 14px;
}

.content-wrap {
    width: calc(100% - 60px);
    max-width: 430px;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center;
}

.animation {
    margin-bottom: -4px;
}

.title {
    color: #1871E7;
    font-size: 48px;
    margin-bottom: 7px;
}

.text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 27px;
}

.button {
    width: 150px;
    height: 50px;
    background: #619EFF;
    border: unset;
    border-radius: 8px;
    color: white;
    font-size: 15px;
    transition: 0.3s background;
    cursor: pointer;
}

.button:hover {
    background: #737373;
}

@media (max-width: 1105px) {
    .container {
        background-size: cover;
    }
}

