body{
    background: #FFC796;
}

.circle1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #FFBE88;

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.circle2 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #FFBE88;

    position: absolute;
    top: 300px;
    right: 100px;
    z-index: -1;
}
.circle3 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #FFBE88;

    position: absolute;
    top: 700px;
    right: 400px;
    z-index: -1;
}
.circle4 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #FFBE88;

    position: absolute;
    top: 200px;
    right: 1000px;
    z-index: -1;
}
.circle5 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #FFBE88;

    position: absolute;
    top: 800px;
    right: 1200px;
    z-index: -1;
}
.circle6 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #FFBE88;

    position: absolute;
    top: 1200px;
    left: 200px;
    z-index: -1;
}
.circle7 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #FFBE88;

    position: absolute;
    top: 1400px;
    left: 800px;
    z-index: -1;
}

.cherep1 {
    position: absolute;
    top: 240px;
    left: 230px;
    z-index: -1;
}
.cherep2 {
    position: absolute;
    top: 300px;
    right: 230px;
    z-index: -1;
    transform: rotate(45deg);
}
.cherep3 {
    position: absolute;
    top: 1070px;
    left: 155px;
    z-index: -1;
    transform: rotate(-45deg);
}
.cherep4 {
    position: absolute;
    top: 240px;
    left: 230px;
    z-index: -1;
}

.header {
    background-color: #FF6958;
    color: #FBF6D0;
    width: 100%;
    height: 100px;
    border-radius: 0 0 30px 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
    font-size: 25px;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;

    padding: 150px 0;
    text-align: center;
}

.main h1 {
    font-size: 64px;
}

.red {
    color: #FF6958;
}

.test-block {
    width: 1700px;
    height: 422px;
    border-radius: 300px;
    background-color: #FBF6D0;
    padding: 75px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.test-block h2 {
    font-size: 40px;
}

.test-block__button {
    width: 950px;
    height: 100px;
    background-color: #FF6958;
    color: #FBF6D0;
    border-radius: 300px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;

}

.test-block__button:hover {
    background-color: #cf4a3b;
}

h3 {
    font-size: 40px;
}

.info-block {
    width: 1700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-block__text {
    font-size: 25px;
    line-height: 50px;
    text-align: left;
}

.footer {
    background-color: #FF6958;
    color: #FBF6D0;
    width: 100%;
    height: 100px;
    border-radius: 30px 30px 0 0;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

.footer h3 {
    font-size: 25px;
}