section {
    display: flex;
    align-items: end;
    margin-right: 0px;
    padding-right: 0px;
    max-width: 1366px;
    overflow: hidden;
}

h1 {
    background-image: url(../images/starlight-h1.jpg);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: -1px;

}

#rt {
    letter-spacing: 3px;
}

div p {
    margin: 0;
    font-family: "franklin-gothic-atf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

figure {
    margin: 0px;
    margin-left: 80px;
    border: solid 0px;

    flex-shrink: 0;
    width: 720px;
}

.slide img {
    width: 720px;
}
