h1 {
	color:#DBDBDB;
}

.app {
	
	margin-left: 25px;
    width:100%;
    text-align:center;
}

.icon {
  width: 256px;
  height: 256px;
  border-radius: 38px;
  overflow:hidden;
  position: relative;
  z-index: -1;
}

.left {
    float:left;
    width:25%;
}

.center {
    display: inline-block;
    margin:0 auto;
    width:50%;
}

.right {
    float:right;
    width:25%;
}

a {
	color:#0088cd;
}

html {
	height:150%;
}