﻿@charset "utf-8";

body {
  margin: 0;
  padding: 0;
}

.sample {
  height: 100svh;
  background-image: linear-gradient(to right, red, blue);
}