.bg-image {
    background-image: url('../assets/company.jpg');
    background-size: cover;
    background-position: center;
}

.text-right {
    text-align: right;
}

.nav-logo {
    width: auto;
    height: 3rem;
}

#recruitInfoButton {
    height: 5rem;
    font-size: 30px;
    padding: 1rem;
}


#recruitInfoButton {
    background: linear-gradient(-135deg,#05FBFF, #1D62F0)fixed;
}