
.applybtn1:hover {
    background-color: #2fbb20;
    color: #fff;
}

.applybtn1 {
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #2fbb20;
    border-radius: 5px;
    margin-top: 120px;
    cursor: pointer;
    transition: opacity 1s ease-out 1.2s, margin-top 1s ease-out 1.2s, color 0.3s, background-color 0.3s;
}