.section {
    font-family: 'Eater', cursive;
    text-align: right ;
    
    font-size: larger;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 4px 4px 8px rgba(255, 0, 0, 0.9);
    animation: blink 4s infinite;
}

@keyframes blink {
    0% { text-shadow: 4px 4px 8px rgba(255, 0, 0, 0.9); }
    25% { text-shadow: 4px 4px 8px rgba(255, 50, 50, 0.9); }
    50% { text-shadow: 4px 4px 8px rgba(255, 100, 100, 0.9); }
    75% { text-shadow: 4px 4px 8px rgba(255, 150, 150, 0.9); }
    100% { text-shadow: 4px 4px 8px rgba(255, 0, 0, 0.9); }
}

.fp-watermark {
    display: none;
}
#section1 {
    background-image: url("images/hire.png");
    background-position: 80%;
}
#section2 {
    background-image: url("images/team.png");
    background-position: center center;
}
#section3 {
    background-image: url('images/tools.png');
    background-position: center center;
}

#section4 {
    background-image: url("images/card.png");
    background-position: center center;
}

.section {
    background-position: center center;
    background-repeat: none;
    background-size: cover;
}