
h1 {
	text-align: right;
	margin-right: 1em;
}

h1 span {
	position: relative;
	transition: 6.5s all ease-in-out;
	display: inline-block;
}

* {
    box-sizing: border-box;
}

.card {
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
}


#full_card {
	position: relative;
	width: 100%;
	height: 85vh;
}

#bottom{
    position: absolute;
    margin: 0 2vh;
    height: 20vh;
    right: 0;
    top: 65vh;
    left: 0;
    background-color: white;
    border: 1vh solid gray;
	transition: 6s background linear;
	display: flex;
	padding: 0;
	justify-content: flex-end;
	align-items: flex-end;
	font-family: monospace;
}

.top {
    position: absolute;
    margin: 0 2vh;
    height: 63vh;
    right: 0;
    top: 0;
    left: 0;
    background-color: gray;
    border: 1vh solid gray;
	background-image: url(/images/collage.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.circle {
    position: absolute;
    left: 4vh;
    top: 49vh;
    width: 30vh;
    height: 30vh;
    background: gray;
    border-radius: 100%;
}

.stripe {
    position: absolute;
    left: 0;
    top: 63vh;
    right: 0;
    height: 2vh;
    background: white;
}

.circle2 {
    position: absolute;
    left: 5vh;
    top: 50vh;
    width: 28vh;
    height: 28vh;
    background: black;
    border-radius: 100%;
    border: 1vh solid white;
    box-sizing: border-box;
	
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}