﻿.ban01 { position: absolute;
    top: -450px; /* Расстояние от верхнего края */
    left: 0px; /* Расстояние от левого края */ 
    border-radius: 300px; /* Уголки */
    bottom: 0; right: 0;
    width: 100%;
   }

.img01 { 
border-radius: 75px;    /* Уголки */
}

.img02 { 
border-radius: 30px;    /* Уголки */
}


body {
  position: absolute;
  top: 400;
  background-color: #a5b0b5;
  background: linear-gradient(to bottom right, #a5b0b5, #49423d);
          /* background-image: url("back01.webp");*/
  background-size: 100%;
}


h1 {
	text-align: center      /* justify;*/
}