body {
    color: rgba(0,0,5,.5);
    text-align: right;
    letter-spacing: .5em;
    top: 15%;
	background: linear-gradient(to right, #afd196 , #d69aaa);
}

h1 {
    font: 200 6vw 'Muli', sans-serif;
    color: rgba(0,0,0,.5);
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .5em;
}

.container {
    background: linear-gradient(to left, #afd196 , #d69aaa);
    width: -90%;
}

h3 {
	font: 900 1em 'Muli', sans-serif;
    color: rgba(0,0,0,.5);
    text-align: center;
    text-transform: none;
    letter-spacing: 0.01em;

}

.title {
    width: -60%;
}
