*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
    font-family: 'Verdana', sans-serif;
    scroll-behavior: smooth;
}
body{
    background: lightgrey;
    text-align: center;
}
h1{
    color: black;
    text-align: center;
}
