.main {
    position: relative;
}

.main .text {
    top: 54%;
}

.main .title {
    font-size: 7.5vw;
    font-family: "Righteous";
}

.main .sub {
    font-size: 2.35vw;
    font-weight: 600;
    margin-top: 9%;
}

.main .coment {
    font-size: 2.4vw;
    font-weight: 100;
}

.dnote {
    position: relative;
}

.dnote p{
    color: black;
    font-size: 6vw;
    font-weight: 700;
}