|
@@ -5,7 +5,6 @@ html {
|
|
|
body {
|
|
body {
|
|
|
background-color: #121212;
|
|
background-color: #121212;
|
|
|
font-family: Arial, sans-serif;
|
|
font-family: Arial, sans-serif;
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
h1 {
|
|
@@ -15,7 +14,7 @@ h1 {
|
|
|
|
|
|
|
|
.maintaince {
|
|
.maintaince {
|
|
|
color: white;
|
|
color: white;
|
|
|
- font-size: 25px;
|
|
|
|
|
|
|
+ font-size: 140%;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
@@ -23,6 +22,10 @@ h1 {
|
|
|
.main_container {
|
|
.main_container {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
|
|
+ flex-wrap: nowrap;
|
|
|
|
|
+ margin-left: 12%;
|
|
|
|
|
+ margin-right: 4%;
|
|
|
|
|
+
|
|
|
/*border: 0.5px solid rgb(208, 160, 236);*/
|
|
/*border: 0.5px solid rgb(208, 160, 236);*/
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -30,24 +33,29 @@ h1 {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
min-height: 70%;
|
|
min-height: 70%;
|
|
|
- margin: 20px;
|
|
|
|
|
|
|
+ margin: 3%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
|
|
+
|
|
|
/*border: 0.5px solid rgb(206, 138, 138);*/
|
|
/*border: 0.5px solid rgb(206, 138, 138);*/
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.img_container {
|
|
.img_container {
|
|
|
- margin: 20px;
|
|
|
|
|
|
|
+ margin: 3%;
|
|
|
min-height: 40%;
|
|
min-height: 40%;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ padding: 3%;
|
|
|
|
|
+ align-items: flex-start;
|
|
|
/*border: 0.5px solid rgb(138, 206, 186);*/
|
|
/*border: 0.5px solid rgb(138, 206, 186);*/
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.main_text {
|
|
.main_text {
|
|
|
order: 1;
|
|
order: 1;
|
|
|
padding: 15px;
|
|
padding: 15px;
|
|
|
- margin: 20px;
|
|
|
|
|
|
|
+ margin: 3%;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
border: 0.5px solid white;
|
|
border: 0.5px solid white;
|
|
|
border-radius: 0px;
|
|
border-radius: 0px;
|
|
@@ -57,16 +65,17 @@ h1 {
|
|
|
|
|
|
|
|
.main_img {
|
|
.main_img {
|
|
|
position: static;
|
|
position: static;
|
|
|
- width: 50%;
|
|
|
|
|
|
|
+ width: 60%;
|
|
|
height: auto;
|
|
height: auto;
|
|
|
border-radius: 70%;
|
|
border-radius: 70%;
|
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
|
|
|
+ /*border: 0.5px solid rgb(227, 27, 143);*/
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.contacts {
|
|
.contacts {
|
|
|
order: 2;
|
|
order: 2;
|
|
|
- padding: 15px;
|
|
|
|
|
- margin: 20px;
|
|
|
|
|
|
|
+ padding: 2%;
|
|
|
|
|
+ margin: 3%;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
border: 0.5px solid white;
|
|
border: 0.5px solid white;
|
|
|
border-radius: 0px;
|
|
border-radius: 0px;
|