@import url('https://fonts.googleapis.com/css2?family=Sora:wght@800&display=swap');

body {
	margin: 0px;
	width: 100%;
}

.title_coverimage {
	font-family: 'Sora', sans-serif;
	font-weight: 800;
	font-size:xx-large;
}

.button_coverimage {
	background-color: #ed194c;
    color: #FFF;
    text-align: center;
	vertical-align: middle;
    box-shadow: 2px 2px 3px #999;
}
