</div>
<div id="flexina">
<p class="making">Давай создадим анкету!</p>
</div>
<div id="anketa">
<form>
<input type="image" name="avatar" id="avatarka">
</form>
</div>
#flexina{
display: inline-flex;
justify-content: space-around;
width: 100%;
margin-top: 120px;
}
#anketa{
margin-top: 120px;
width: 100%;
height: 1080px;
background-color: #3a8be8;
}
#avatarka{
text-indent: 100%;
width: 400px;
height: 550px;
background-color: white;
background-image: url('assets/fotik.png');
background-position: center;
background-repeat: no-repeat;
background-size: 30% auto;
margin-left: 120px;
margin-top: 120px;
}