html { 
    scroll-behavior: smooth; 
}

body {
    font-family: 'Rubik', sans-serif;
    padding-top: 56px; 
}

h1, h2, h3, h5 {
    margin-bottom: 20px;
}

p {
    text-align: justify; 
    margin-bottom: 15px; 
}

section {
    padding: 60px 0;
    scroll-margin-top: 60px;
}

.card {
    border: none !important; 
    border-radius: 0px !important;
    background-color: transparent !important; 
    box-shadow: none !important;
    margin-bottom: 10px !important;
}

.card-body {
    padding: 2rem; 
}

.card-body p {
    font-size: 1.1rem; 
}

.bg-light {
    background-color: #f8f9fa !important;
}

#backToTopBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #007bff; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
}

#backToTopBtn:hover {
    background-color: #555; 
}

footer {
    background-color: #343a40; 
    color: white;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 3px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    flex-direction: column;
    text-align: center;
}

footer p { 
    margin-bottom: 5px;  
    text-align: center;
}

footer a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

footer a:hover {
    text-decoration: underline;
}

.social-logo {
    width: 22px;  
    height: 22px; 
    vertical-align: middle; 
    margin: 0 3px;
}
