* {
  box-sizing: border-box;
  margin:0;
  padding:0;
}

body,html {
	background:#3ac6f4;
    height:100%;
}

.groud {
    position: fixed;
    background: white;
    left: -20px;
    right: -20px;
    bottom: -30px;
    height: 80px;
    border-radius: 100% 100% 0 0;
}

canvas {
	display: block;
    position: fixed;
    top: 0;
    left: 0;
}

.footer {
    margin-top:-10px;
    margin-left: 20px;
    width: 160px;
    height: 60px;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .santa {
    float: left;
    margin-right: 10px;
}

.footer .text {
    font-size: 12px;
    padding-top: 30px;
}