@import url("reset.css");

.yel{
    color: #fce178;
}
.yel .under-line::after{
    background-color: #fce178;
}
.under-line{
    position: relative;
}
.under-line::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}




.color-btn{
    display: inline-block;
    background-color: #20bdbe;
    color: #fff;
    padding: 4px 30px;
}

.white-border{
    padding: 4px 14px;
    border-radius: 20px;
    background-color: #fff;
    color: #333;
}

.top-arrow{
    width: 100%;
    position: relative;
    background-color: #0f1136;
    color: #fff;
    text-align: center;
    padding: 30px 0 40px;
}
.top-arrow::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 75px;
    height: 75px;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: #0f1136;
    z-index: 1;
}
.top-arrow h1{
    font-size: 64px;
    position: relative;
    z-index: 10;
    font-weight: 500;
    line-height: 1;
}
.top-arrow h2{
    font-size: 36px;
    position: relative;
    z-index: 10;
}
.top-arrow p{
    position: relative;
    z-index: 10;
    font-size: 24px;
}