@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');

body {
   box-sizing: border-box;
   font-family: 'Secular One', sans-serif;
   direction: rtl;
}

h1 {
   font-size: 3rem;
   margin: 0;
}

p {
   font-size: 1.6rem;
   margin: 0;
}

ul {
   display: flex;
   justify-content: space-between;
   margin: 0;
   margin-right: 10px;
   padding: 0;
}

li {
   margin: 0;
   padding-left: 15px;
}

li:first-child {
   list-style: none;
}

.container {
   background-color: rgb(255, 246, 232);
   display: flex;
   flex-direction: column;
   align-items: center;
   /* justify-content: center; */
   min-height: 100vh;
   overflow: hidden;
}

.logo {
   margin-top: 10vh;
}

.lottie {
   margin: 0;
   padding: 0;
}

.content {
   margin-top: 3rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.phone {
   margin-top: 10px;
}