.container-home{
    width: 100dvw;
    height: 100dvh;
}
.ornament-top, .ornament-bottom{
    position: absolute;
    width: 100vw;
    max-width: 400px;
}

.ornament-top svg, .ornament-bottom svg{
    width: 100%;
    max-width: 400px;
}
.ornament-top img, .ornament-bottom img{
    position: absolute;
    width: 100vw;
}

.ornament-top, .ornament-top img{
    top: 0px;
    right: 0px;
}
.ornament-bottom, .ornament-bottom img {
    bottom: 0px;
    left: 0px;
}
.ornament-bottom svg{
    transform: rotate(180deg);
}

.container-img{
    width: 90vw;
}
.container-img img{
    width: auto;
    height: auto;
    max-height: 150px;
}