h1 {
text-align: center;
}
h2 {
text-align: center;
}
h3 {
text-align: center;
}
body {
/* width: 100%;	 */
}
.lern {
	height: 50px;
	}
.lern2 {
	height: 200px;
}
a {
	text-decoration: none;
}
.elem {
	display: flex;
	justify-content: center;
	height: 380px;
}
.home {
		
}
.home1 {
	text-align: left;
	margin-left: 20px;
	font-style: italic;
}

.element {
	background-image: url(../img/fon2.png);
	width: 100%;
	height: 400px;
}
.element1 {
	background-image: url(../img/fon3.png);
	width: 100%;
	height: 400px;
}
.p1 {
	height: 400px;
	text-align: center;
}
.p2 {
	margin-left: 10%;
}

.container {
    display: flex;
    justify-content: center;
    height: 52px;
}
.cont2 {
    width: 30%;
    text-align: center;
    height: 20px;
}
.button {
		font-family: 'Arial', 'Verdana', sans-serif;
        background-color: white;
        border: 2px solid #258fc3;
        border-radius: 100px;
        padding: 10px 20px;
        text-decoration: none;
        color: #258fc3;
        display: block;
        font-size: 20px;
        margin: 2px;
}
.button:hover {
    background: #258fc3;
    color: white;
    box-shadow: inset 0 0 0 1px #258fc3;
    cursor: auto;    
}
.point {
	text-align: center;
}
.button1 {
	font-family: 'Arial', 'Verdana', sans-serif;
    background-color: white;
    border: 2px solid #008000;
    border-radius: 100px;
    padding: 10px 20px;
    text-decoration: none;
    color: #008000;
    display: block;
    font-size: 20px;
    margin: 2px;
}
.button1:hover {
    background: #008000;
    color: white;
    box-shadow: inset 0 0 0 1px #008000;
    cursor: auto;  
}
.button2 {
		font-family: 'Arial', 'Verdana', sans-serif;
        background-color: white;
        border: 2px solid #EDFF21;
        border-radius: 100px;
        padding: 10px 20px;
        text-decoration: none;
        color: #EDFF21;
        display: block;
        font-size: 20px;
        margin: 2px;
}
.button2:hover {
    background: #EDFF21;
    color: white;
    box-shadow: inset 0 0 0 1px #EDFF21;
    cursor: auto;
}
.button3 {
		font-family: 'Arial', 'Verdana', sans-serif;
        background-color: white;
        border: 2px solid #FF0000;
        border-radius: 100px;
        padding: 10px 20px;
        text-decoration: none;
        color: #FF0000;
        display: block;
        font-size: 20px;
        margin: 2px;
}
.button3:hover {
    background: #FF0000;
    color: white;
    box-shadow: inset 0 0 0 1px #FF0000;
    cursor: auto;
}

.vid {
	display: flex;
    justify-content: center;
}