
/* mishapanov */


html {

}

body {
	font-family:Montserrat;
	font-style: normal;
	font-weight: 300;
	color: #333333;
}

.section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
min-height: 75vh;
position: relative;

}

.sectionb {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
position: relative;

}


.h1 {
font-size: 32px;
line-height: 39px;
text-align: center;
}

.subh {
font-size: 24px;
line-height: 29px;
color: #838383;
}

.h2 {
font-size: 28px;
line-height: 34px;

}

.text {
font-size: 24px;
line-height: 18px;
text-align: center;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit; 
    text-decoration:none; 
    cursor:pointer;  
}

.social {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 32px;
}

