@charset "UTF-8";
/* CSS Document */

body{
width: 100vw;
height: 100vh;
background: #2A7B9B;
background: linear-gradient(180deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}