/* @font-face { font-family: Nexa Heavy; src: url(Fonts/Nexa-Heavy.ttf); }
@font-face { font-family: Nexa ExtraLight; src: url(Fonts/Nexa-ExtraLight.ttf); }  */

body{
    background-color: #ded8d3;
    margin: 0;
    padding: 0;
}

.MenuContainer{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.Menu{
    justify-content: center;
    background-color: #b8b0a9;
    border-radius: 25px;
    padding: 25px 5px;
    width: 350px;
    display: inline-block;
    text-align: center;
}

.Menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.Menu a{
    text-decoration: none;
}

.Menu li{
    margin-top: 5px;
}

.pfp{
    width: 50px;
}

.Menu h1,h2{
    font-family: Nexa Heavy;
    margin-top: -10px;
}

h3{
    font-family: Nexa ExtraLight;
    margin-top: -30px;
}

.styled-button {
    font-family: Nexa Heavy;
    display: inline-block;
    padding: 10px 20px;
    background-color: #978d85;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 200px;
}

.styled-button:hover {
    background-color: #797068; 
}

.styled-button-Explanation{
        font-family: Nexa Heavy;
    display: inline-block;
    padding: 10px 20px;
    background-color: #5a5048;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    width: 200px;
}
/* #585049 */
.styled-button-Explanation:hover {
    background-color: #433a33; 
}

.button-icon {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 5px;
    border: 3px solid #594e44;
    border-radius: 50%;
    vertical-align: middle;
    object-fit: cover;
}

.ContactContainer{
    font-family: Nexa Heavy;
}

h4{
    font-size: 30px;
    color: #5d4a3e;
}

.EmailContainer{
    margin-top: -30px;
    color:#5d4a3e;
}

.Email{
    font-size: 15px;
    color: #917b66
}