@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
body{
    font-family:  "Space Grotesk", sans-serif;
}
h1{
    font-size: 60px;
}
.brandlogo{
    width: 150px;
}
:root{
    --clr-green:#B9FF66;
}
.green{
    background-color: var(--clr-green);
}
.foot-item{
    list-style: none;
}
@media (max-width: 758px) {
    h1{
        font-size: 35px;
    }
    p{
        font-size: 20px;
    }
    .brandlogo{
    width: 100px;
  }
}