@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');

body {
   font-family: 'Manrope', sans-serif;
    scroll-behavior: smooth;
}
header {
    height: 100vh;
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.47), rgba(10, 10, 10, 0.47)), url(background.gif);
background-size: cover;
color: white;
   /* background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(245, 72, 76, 1) 0%, rgba(255,10,77,1) 100%); */
    text-align: center;
}