/* CSS Document */

.num{
	width:3em;
}
.txt{
	width:250px;
}

body{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: 'Sawarabi Gothic', sans-serif;
	color: #444;
}

#wrapper{
	height: 100vh;
	background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
	background-size: cover;
	background-position: center;
}
#header{
	padding-top: 30px;
	height: 130px;
	margin-left: 50px;
}
#container{
	margin: 35vh auto 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
#about{
	width:400px;
	margin-right: 100px;
}
#content{
	width: 300px;
	padding: 30px;
	background-color: ghostwhite;
	border-radius: 10px;
	line-height:2em;
}
h1{
	margin: 0px;
	font-size: 2em;
	font-family: 'RocknRoll One', sans-serif;
}
h2{
	font-size: 2em
}
h3{
	font-size:1.25em;
	margin: 0px;
}
ver{
	font-size:0.75em;
	margin: 0px;
}