body {
  background: #000;
}

.container {
    margin: 1em auto;
    width: 100%;
    max-width: 500px;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    }

 .title {
	color: #fafafa;
}

.main {
    max-width: 500px;
    max-height: 500px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.mainimg {
	width:100%;
}

.amusic {
 width: 450px;
 padding: 2em 0;
}


