@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

html {
    font-size: 62.5%;

}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

/*
 font-family: 'Roboto', sans-serif;
*/

.nav {
    background-color: rgb(0, 0, 0, 0.5);
    margin: 2rem;
    border-radius: 1.5rem;
}

.menu {
    display: flex;
    flex-direction: row;
}

.item {
    list-style: none;
    padding: 1rem;
    margin: 2rem 1rem;
    
}

.amenu {
    text-decoration: none;
    color: white;
    margin: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    border: 5px solid white;
    color: white;
    border-radius: 10px;
}

main {
    margin: 2rem;
    background-color:rgb(0, 0, 0, 0.5); 
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
}

section {
    padding: 2rem;
    margin: 2rem;
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color:rgb(0, 0, 0, 0.5) ;
    border-radius: 1.5rem;
}

footer {
    margin: 2rem;
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color:rgb(0, 0, 0, 0.5) ;
    border-radius: 1.5rem;
    display: flex;
    justify-content: space-around;
    padding: 2rem;
}

.footerImg {
    border: 0;
}

.footerImgimg {
    width: 4rem;
}

#logo {
    width: 4rem;
    fill: white;
    stroke: white;
    color: white;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

#linkedin {
    width: 4rem;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}