@font-face {
    font-family: CustomFont;
    src: url('fonts/OpenSans.ttf');
}

* {
    font-family: "CustomFont";
    color: white;
}

.container {
    justify-content: space-between;
    position: absolute;
}

body {
    margin: 0;
}

.title {
    font-size: 170px;
    font-weight: 11;
    margin-top: 80%;
    line-height: 1px;
    margin-left: 130%;
    position: relative;
}

.sub-title {
    margin-left: 132%;
    font-weight: 11;
    line-height: 0.3;
    position: relative;
    white-space: nowrap;
}

.plane {
    bottom: 420px;
    left: 670px;
    position: relative;
}

.button {
    margin-left: 507%;
    position: absolute;
}

.arrow {
    margin-left: 4%;
    transform: rotate(180deg);
    position: absolute;
}