﻿@import url('https://fonts.googleapis.com/css?family=Montserrat');
body{
margin:0px;
}
.spacey{
color:red;
}
.merebysea{
height:100%;
display:none;
cursor:crosshair;
display: inline; 
position: fixed; 
width: 100%;
}



.coolerBeans{
    font-family: 'Montserrat';
    text-align: center;
    color: linear-gradient(253deg, #0cc898, #1797d2, #864fe1);
    -webkit-animation: background .4s ease infinite;
    -moz-animation: background .4s ease infinite;
    animation: background .4s ease infinite;
    background: -webkit-linear-gradient(253deg,#0cc898, #1797d2, #864fe1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.coolbBeans{
    font-family: 'Montserrat';
    text-align: center;
    color: linear-gradient(253deg, #0cc898, #1797d2, #864fe1);
    -webkit-animation: background .4s ease infinite;
    -moz-animation: background .4s ease infinite;
    animation: background .4s ease infinite;
    background: -webkit-linear-gradient(253deg,#0cc898, #1797d2, #864fe1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


 @-webkit-keyframes background {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @-moz-keyframes background {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @keyframes background {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }

.colorLand{
    display: none;
    background: linear-gradient(253deg, #0cc898, #1797d2, #864fe1);
    background-size: 300% 300%;
    position: fixed;
    z-index: -1;
    height: 100%;
    width:100%;
    -webkit-animation: Background 1s ease infinite;
    -moz-animation: Background 1s ease infinite;
    animation: Background 1s ease infinite;
  }
  
  @-webkit-keyframes Background {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @-moz-keyframes Background {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @keyframes Background {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }