File size: 2,578 Bytes
147da27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
body{
    background-image:url("../static/Images/Background.jpg");
    background-repeat: no-repeat;
  background-size: cover;
}
.title{
    display:flex;
    flex-direction:row;
    align-items: center;
}
.title img{
    width: 250px;
    height: 250px;
    margin-right: 170px;
    margin-left: 280px;
    margin-top: 20px;
}
.title h1{
    white-space: nowrap;
    font-size: 70px;
    color:rgb(80, 80, 80);
}

.p1{
    width: 380px;
    height: 220px;
    border: 2px solid rgb(139, 138, 138);
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.p2{
    width: 240px;
    height: 220px;
    border: 2px solid rgb(139, 138, 138);
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 240px;
   
}
.p3{
    width: 240px;
    height: 220px;
    border: 2px solid rgb(139, 138, 138);
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;

    
}
.p4{
    width: 230px;
    height: 220px;
    border: 2px solid rgb(139, 138, 138);
    padding-left: 85px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 250px;
    
}
.con1{
    display: flex;
    flex-direction: column;
    margin-left: 400px;
}
.trd2{
    margin-top: 20px;
}

.trdl h2{
    white-space: nowrap;
    font-size: 30px;
    color:rgb(28, 29, 29)
}

.trd2 h2{
    white-space: nowrap;
    font-size: 30px;
    color:rgb(28, 29, 29)
}
.buttonc{
    margin-top: 40px;
}
.buttonc a{
    display: inline-block;
    color: white;
    background-color: rgb(85, 81, 81);
    padding: 10px 20px;
    border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
}
.buttonc1 a{
    display: inline-block;
    color: white;
    background-color: rgb(85, 81, 81);
    padding: 10px 20px;
    border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
}
.pic{
    white-space: nowrap;
    display: flex;
    flex-direction: row;
   
}
.pic1{
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    
}
.tc1{
    display: flex;
    flex-direction: row;
    margin-bottom:-30px;
}
.tc2{
    display: flex;
    flex-direction: row;
}
.texts1{
    width:400px;
    word-wrap: break-word;
}
.texts2{
    width:400px;
    word-wrap: break-word;
    margin-left: 220px;
    
}
.texts3{
    width:400px;
    word-wrap: break-word;
}
.texts4{
    width:400px;
    word-wrap: break-word;
    margin-left: 220px;
    
}
.button1{
    margin-left: 50px;
}
.button2{
    margin-left: 350px;
}
.button3{
    margin-left: 50px;
}
.button4{
    margin-left: 380px;
}