section {
    margin-bottom: 40px;
}can 
h1, h2 {
	font-family: 'Roboto', sans-serif;
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f5f5f5;
    color: #333333;
	line-height: 1.6;
}

header , .carousel-item h3{
	color: #007bff;
}
	
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #007bff;
}

.carousel-control-prev,
.carousel-control-next {
    color: #f5f5f5;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #fff;
}

.carousel-item p {
    
}

footer {
    background-color: #292b2c;
    color: #f5f5f5;
	padding: 20px;
}

#google_translate_element {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0.5;
}

#google_translate_element img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

#font_size_buttons {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.3;
	z-index: 2;
}

#font_size_buttons button {
    margin-right: 5px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    border-radius: 0.25rem;
}

@media (max-width: 850px) {
    #font_size_buttons {
        display: none;
    }

    #google_translate_element {
        display: none;
    }
}

.card {
    border: none;
}

.card-text {
    display: none;
}

.card:hover .card-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.skill-image {
    transition: transform 0.2s ease-in-out;
}

.card:hover .skill-image {
    transform: scale(1.1); /*
}