@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    font-family: "Roboto", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* font-weight: 400; */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
section{
    transition: background-color .5s ease;
}
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
html{
    scroll-behavior: smooth;
}
footer{
    text-align: center;
    padding-bottom: 1em;
    letter-spacing: 2px;
    /* margin-top: 1em; */
}
hr{
    margin: 0 2em 0 2em;
    color: #7f7888;
    font-weight: 100;
}

ul{
    list-style: none;
}
