* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
 font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 padding:0 ;
 margin: 0;
 background-color: whitesmoke;
 text-decoration: none;
}

h1, h2, h3 {
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.header{
    width: 100vw;
    height: 50px;
    background-color: white;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.200);
}
.navbar{
    width: 100%;
    max-width: 1440px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
}