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

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

.background {
    position: absolute;
}

.leaf {
    position: relative;
    margin-left: 70.5%;
    top: 225px;
}

.title {
    color: white;
    position: relative;
    margin-left: 30%;
    top: 130px;
    font-size: 40px;
    font-weight: 11;
}

.sub-title1 {
    color: white;
    position: relative;
    margin-left: 30%;
    top: 130px;
    font-size: 74px;
    font-weight: 11;
}

.sub-title2 {
    color: white;
    position: relative;
    margin-left: 58.5%;
    top: 130px;
    font-size: 30px;
    font-weight: 11;
}

.button {
    margin-left: 13%;
    top: 480px;
    position: absolute;
}

.arrow {
    top: 480px;
    right: 72%;
    position: relative;
    transform: rotate(180deg);
}