/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.3.1712836435
Updated: 2024-04-11 11:53:55

*/

/*********** Header ***********/
/*
header {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px; 
    box-shadow: 0 4px 4px 0 #00000008;
    background-color: #E5e5e7;
}

nav {
    margin-right: 100px;
}

.logo {
    margin-left: 100px;
}

.logo img {
    max-width: 250px;
}
*/
/*********** Menu ***********/
/*

.menu {
    display: flex;
    gap: 50px;
}

.menu li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu a {
    color: black;
    text-decoration: none;
    font-family: 'SpaceMono', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.menu a:hover {
    font-weight: 700;
}
*/
/*********** Footer ***********/
/*
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px black solid;
    width: 100%;
}
*/