@import "normalize.css";
html { height:100%; }
body { height:100%; width:100%;
background: rgb(140,34,195);
background: linear-gradient(0deg, rgba(140,34,195,1) 0%, rgba(45,110,253,1) 100%);
}
.main-logo { background-image: url('../img/ripplay-logo.png'); background-size: 210px; background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; }
