.contents {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:auto;
}
#round {
  width: 330px;
  height: 330px;
  box-sizing: border-box;
  border: #C3A5D3 30px solid;
  border-radius: 165px;
}
.dish {
  position: absolute;
  top: 200px;
  left: 200px;
	background: none;
	font-size: 50px;
}



a {
  text-decoration: none;
}

#title {
  position: absolute;
  font-family: "kaiso";
  font-size: 50px;
  color: #E2E262;
}

@font-face {
	font-family: 'kaiso';
	src: url('font/Kaiso-Next-B.otf');
}

html {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #7A4697;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
  font-family: 'Titillium Web', sans-serif;
}

footer{
  height: 50px;
  margin-top:auto;
  color: #FFFFC4;
}

footer a{
  color: #FFFFC4;
}