Styles For The Header Button in WDA Course

.getstarted {
    background-color: #0466de; /* Replace with your preferred color code */
    transition: background-color 0.3s ease;
    border-radius: 5px;
color: #fffff;
}
.getstarted a {
    color: #ffffff !important;
    text-decoration: none;
    padding: 7px 20px;
    display: block;
}
.getstarted:hover {
    background-color: #1a8deb; /* Replace with your preferred hover color code */
}