@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

h1, h2, h3{
    font-family: 'Oswald';
    color: white;
}
h1, h2{
    font-weight: 700;
    text-transform: capitalize;
}
h1{
    font-size: 90px;
    line-height: 1em;
    line-height: 92px;
}
h2{
    font-size: 67px;
    line-height: 0;
    margin: 16px 0 18px;
}
h3{
    font-size: 36px;
    font-weight: 400;
    line-height: 0;
    padding-bottom: 25px;
    margin: 16px 0 25px;
}
p{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
}

header{
    margin: 0 auto;
    max-width: 1400px;
    background-color: #902C8E;
    padding: 38px 110px 75px;
    display: flex;
    justify-content: center;
}

.img-fruit{
    max-height: 309px;
    max-width: 378px;
    object-fit: cover;
    padding-right: 11px;
    padding-left: 110px;
}
.title{
    padding-left: 11px;
    width: 779px;
}

.startrek{
    display: flex;
    margin:  46px auto 38px;
    justify-content: center;
    align-items: center;
    max-width: 1202px;
}
.startrek img{
    max-width: 794px;
    max-height: 324px;
    padding-right: 10px;
}
.startrek p{
    max-width: 388px;
    color: #282828;
    padding-left: 10px;
}

.sunset{
    max-width: 1400px;
    margin: 0 auto;
    background: url(../images/sunset.jpg) no-repeat;
}

.sunset-txt{
    color: white;
    text-align: center;
    width: 283px;
    height: 797px;
    background: black;
    opacity: 0.8;
    padding: 45px 102px;
    margin-left: 99px;
}

.heroes{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 77px 99px 119px;
}

.heroes img{
    max-width: 288px;
    max-height: 245px;
    object-fit: cover;
}

.piano{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}

.piano-txt1{
    text-align: right;
    max-width: 486px;
}
.piano-txt2{
    max-width: 378px;
}