body { 
  width: 100vw; 
  height: 100vh; 
  margin: 0; 
}

:root {
  --color-shark: #282C34;
  --color-malibu: #67dbf8;
}
