html {
scroll-behavior: smooth;
}
body {
background-color: #121212;
font-family: 'Times New Roman', Times, serif;
}
h1 {
color: white;
text-align: center;
}
.maintaince {
color: white;
font-size: 25px;
line-height: 1.5;
text-align: center;
}
.main_container {
position: relative;
width: 99%;
min-height: 70%;
margin: 20px;
}
.main_text {
position: absolute;
top: 50px;
left: 20%;
transform: translate(-50%, -50%);
text-align: left;
border: 0.5px solid white;
border-radius: 0px;
padding: 15px;
margin: 20px;
color: white;
}
.main_img {
position: absolute;
top: 50px;
left: 68%;
width: 25%;
height: auto;
border-radius: 70%;
object-fit: cover;
}
.contacts {
position: absolute;
top: 250px;
left: 17.5%;
transform: translate(-50%, -50%);
text-align: left;
border: 0.5px solid white;
border-radius: 0px;
padding: 15px;
margin: 20px;
color: white;
}