﻿html {
    height: auto;
}

body {

   
    background-image: linear-gradient( rgb(60, 165, 203), rgb(192, 228, 236) 54.5%, rgb(126, 175, 63) 54.5%, rgb(98, 132, 62) 100%);


    height: auto;
    background-attachment: fixed;
    background-size: cover;

  }


canvas{
	
 

    width: 100%;
    height: 100%;
    
}

