.wrapper {
    height: 4288px;
    width: 100%;
}

.main {
    height: 3754px;
    width: 100%;
    background: url(../img/background.png) no-repeat center;
    background-size: 105% 105%;
    overflow: hidden;
}

.header {
    height: 1680px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    max-width: 1949px;
    margin: 0 auto;
}

.header__top {
    max-width: 1949px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding: 0 10vw;
}

.header__top__logo {
    padding-top: 548px;
    width: 25%;
}

.logo-text__top {
    display: block;
    text-align: right;
    min-width: 386px;
    margin-top: 50px;
    color: white;
}

.header__top__comet {
    padding-top: 256px;
    width: 50%;
    z-index: 2;
}

.header__top__comet img {
    display: block;
    margin: 0 auto;
}

.cloud_left {
    position: absolute;
    bottom: 0;
    left: -288px;
    z-index: 3;
}

.cloud_right {
    position: absolute;
    bottom: 0;
    right: -212px;
    z-index: 1;
}

.cloud_text {
    position: absolute;
    bottom: 122px;
    left: 411px;
    z-index: 5;
    text-transform: uppercase;
    line-height: 2;

    font-size: 17px;
    font-family: "Fira Sans", sans-serif;
    color: rgb(255, 255, 255);
}

.stars {
    width: 100%;
    height: calc(3754px - 1680px);
    background: url("../img/Stars.png") no-repeat center;
    margin: 0 auto;
    max-width: 1949px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.cow {
    margin-bottom: 537px;
    z-index: 2;
}

.cow-light {
    position: absolute;
    left: calc(50% - (449px / 2));
    bottom: 44px;
    z-index: 1;
}

.stars img {
    height: max-content;
    display: block;
}

.stars img:nth-child(1) {
    margin-bottom: 80px;
}

.stars img:nth-child(3) {
    margin-bottom: 50px;
}
