File size: 2,259 Bytes
7ed2730
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dda5da9
f148386
dda5da9
 
f148386
dda5da9
 
 
 
 
 
 
 
f148386
 
bb76d82
 
 
 
 
 
 
 
 
 
c814e4f
 
 
 
 
 
 
 
 
 
 
f148386
 
 
 
 
 
 
 
 
 
 
 
 
 
bb76d82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111

html {
  direction: rtl;
  line-height: 1.2;
  /* max-width: 800px; */
  margin: 20px auto;
  text-align: justify;
  font-size: 16pt;
  color: #404040;
  background-color: #f9f7ec;
  font-feature-settings: "pnum" 1;
}
.button-89 {
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #373B44;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;
  font-family: ArefRuqaaBold;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}

  @font-face { font-family: ArefRuqaa; src: url('ArefRuqaaInk-Regular.ttf'); } 
  h1 {
     font-family: ArefRuqaa
  }
  @font-face { font-family: ArefRuqaaBold; src: url('ArefRuqaa-Bold.ttf'); } 
  h2 {
     font-family: ArefRuqaaBold;
     text-decoration : underline;
     font-weight: normal;
     text-align: center;
    
  }
  .container {
    position: absolute;
    left: 42%;
    bottom: 45%;
    text-align: center;
    color: rgb(139, 14, 14);
  }
  .centered {
    position: absolute;
    top: 48%;
    left: 46%;
    transform: translate(-50%, -50%);
  }

   .gulftext{
    transform: translate(-20%, -70%);
    text-align: center;
    z-index: 70;
  }
  .gulfimg {
    transform: translate(-20%, 45%);
    animation: blink 2s;
    animation-iteration-count: infinite;
  }
  .levimg {
    transform: translate(-22%, 70%);
    animation: blink 2s;
    animation-iteration-count: infinite;
  }

  .levtext{
    transform: translate(-40%, -200%);
    /* text-align: center; */
 
  }
  @keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
img {
    animation: blink 2s;
    animation-iteration-count: infinite;
}