html {
scroll-behavior: smooth;
}
body {
background-color: #121212;
font-family: Arial, sans-serif;
}
h1 {
color: white;
text-align: center;
margin: 2%;
}
.maintaince {
color: white;
font-size: 140%;
line-height: 1.5;
text-align: center;
}
.main_container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
margin-left: 12%;
margin-right: 4%;
/*border: 0.5px solid rgb(208, 160, 236);*/
}
.text_container {
position: relative;
width: 90%;
min-height: 70%;
margin: 3%;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
/*border: 0.5px solid rgb(206, 138, 138);*/
}
.img_container {
margin: 3%;
min-height: 40%;
display: flex;
justify-content: center;
padding: 3%;
align-items: flex-start;
/*border: 0.5px solid rgb(138, 206, 186);*/
}
.main_text {
order: 1;
padding: 15px;
margin: 3%;
text-align: left;
border: 0.5px solid white;
border-radius: 0px;
color: white;
align-self: flex-start;
}
.main_img {
position: static;
width: 60%;
height: auto;
border-radius: 70%;
object-fit: cover;
/*border: 0.5px solid rgb(227, 27, 143);*/
}
.contacts {
order: 2;
padding: 2%;
margin: 3%;
text-align: left;
border: 0.5px solid white;
border-radius: 0px;
align-self: flex-start;
color: white;
}