.py-5 {
	padding-top: 5rem !important;
    padding-bottom: 5.5rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}
 
.mb-5 {
    margin-bottom: 5rem !important;
}
 
.mb-7 {
    margin-bottom: 7rem !important;
}
 
.mb-10 {
    margin-bottom: 10rem !important;
}
 

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3.5rem !important;
}
 
 
.nav-link {
    font-size: 16px;
}

.custom-white-border {
  border: 2px solid white;
  color: white;
  background-color: transparent; /* ou ajuste conforme necessário */
}
