* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-image: url('../imgs/background.png');
    background-size: cover;
}
h1 {
    font-size: 62px;
    font-weight: 600;
    color: #2B2B2B;
    margin-top: 8px;
    margin-bottom: 24px;
}
html {
    scroll-behavior: smooth;
}