*{
	padding: 0;
	margin: 0;
	background: #0F1015;
}
.picture_one{
	width: 462px;
	margin: 0 auto;
	display: flex;
	margin-top: 40px;
}
.picture_container{
	width: 466px;
	margin: 0 auto;
}
.circlePicture{
	       position: relative;
    bottom: 113px;
    left: 80px;
    border-radius: 50%;
    width: 30px;
}
.circlePictureTwo{
	position: relative;
       bottom: 113px;
    left: 331px;

    border-radius: 50%;
    width: 30px;
}
.text_one{
	display: none;
	color: white;
    text-align: center;
    padding-top: 50px;
    font-family: Roboto;
font-size: 40px;
font-weight: 400;
line-height: 48px;
letter-spacing: 0.1em;
}
.error_text{
	    padding-top: 77px;
    color: #262CFE;
    font-family: Roboto;
    font-size: 96px;
    font-weight: 900;
    line-height: 76px;
    letter-spacing: 0.3em;
    text-align: center;
}
.button_container{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	margin-top: 80px;
}
.buttonHead{
	     display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #222223;
    box-shadow: inset 0px 2px 2px #7882fb;
    border: 1px solid;
    border-image: linear-gradient(to right, #84a4ff, #1124cd) 1;
    color: #ffffff;
        text-decoration: none;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
.picture_one{
	width: 268px;
	margin: 0 auto;
	display: flex;
	margin-top: 40px;
}
.picture_container{
	width: 268px;
	margin: 0 auto;
}
.circlePicture{
	    position: relative;
    bottom: 70px;
    width: 18px;
    left: 43px;
    border-radius: 50%;
}
.circlePictureTwo{
    width: 18px;
	position: relative;
    bottom: 70px;
    left: 185px;
    border-radius: 50%;
}
.text_one{
	display: none;
	color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    padding-top: 40px;
}
.error_text{
	font-family: Roboto;
font-size: 64px;
font-weight: 900;
line-height: 45px;
letter-spacing: 0.3em;
text-align: center;
padding-top: 17px;
color: #262CFE;
}
.button_container{
	width: 200px;
	height: 36px;
	margin: 0 auto;
	margin-top: 40px;
}
.buttonHead{
	     display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 36px;
    background: #222223;
    box-shadow: inset 0px 2px 2px #7882fb;
    border: 1px solid;
    border-image: linear-gradient(to right, #84a4ff, #1124cd) 1;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-sizing: border-box;
}
}