body {
    background: linear-gradient(#0a002f, rgb(26, 4, 87), #0a002f);
    color: #ffffff;
	align-items: center;
    text-align: center;
	width: 1200px;
	max-width: 100%;
	min-width: 450px;
    margin: auto;
    font-family: 'CantoraOne', sans-serif;
}

div{
    width: 1200px;
    max-width: 100%;
    min-width: 450px;
}

.logo {
	width: 130px;
    border-radius: 200px;
	border: 6px solid #270083;
	box-shadow: 0 0px 20px rgba(255, 0, 0, 0.19), 0 0px 20px rgba(255, 0, 0, 19.23);
}

.logoshop {
	width: 130px;
}

.img {
	background-color: rgb(68, 0, 255);
	border-radius: 20px;
	padding: 5px;
	align-items: center;
	margin: auto;
	width: 130px;
	height: 130px;
    border-radius: 10px;
	cursor: pointer;
    transition: 0.3s;
}

.imgh {
	background-color: rgb(68, 0, 255);
	border-radius: 20px;
	padding: 5px;
	align-items: center;
	margin: auto;
	width: 130px;
	height: 40px;
    border-radius: 10px;
	cursor: pointer;
    transition: 0.3s;
}

.imgh:hover {opacity: 0.7;}

.imgv {
	background-color: rgb(68, 0, 255);
	border-radius: 20px;
	padding: 5px;
	align-items: center;
	margin: auto;
	width: 130px;
	height: 130px;
    border-radius: 10px;
	cursor: pointer;
    transition: 0.3s;
}

.imgv:hover {opacity: 0.7;}

.imgvv {
	background-color: rgb(68, 0, 255);
	border-radius: 20px;
	padding: 2px;
	align-items: center;
	margin: auto;
	width: 40px;
    border-radius: 10px;
	cursor: pointer;
    transition: 0.3s;
}

.imgvv:hover {opacity: 0.7;}

.imgbox {
	background-color: rgb(68, 0, 255);
	border-radius: 20px;
	padding: 5px;
	align-items: center;
	margin: auto;
}

.socialmedia {
	width: 45px;
    border-radius: 12px;
	margin: auto;
}

.shop {
	background-color: rgb(68, 0, 255);
	border-radius: 20px;
	padding: 2px;
	align-items: center;
	margin: auto;
	width: 130px;
    border-radius: 10px;
	cursor: pointer;
    transition: 0.3s;

}

.youtube {}

.spotify {
	width: 450px;
	max-width: 100%;
	min-width: 150px;
	height: 80px;
	max-height: 80px;
	min-height: 80px;
	border-radius: 12px;
	margin: auto;
}

#fullpage {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: rgb(0, 0, 0);
}
