body {
	background-color: #B191FF;
	padding-bottom: 50px;
}

header {
	width: max-content;
}

/*button top*/
.back-home {
    border: 0px #B191FF solid;
    border-radius: 15px;
    backdrop-filter: blur(20px) brightness(115%);
    padding: 10px 20px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-home:hover p {
    text-decoration: underline;
}
.back-home p, a {
    text-decoration: none;
    color: black;
    font-family: 'urbanist';
    font-weight: bold;
    font-size: 16px;
}
a:hover {
    text-decoration:underline;
}
.home-logo {
    width: 20px;
    height: auto;
    padding-right: 15px;
}

/*content*/
p {
	color: white;
}

.title-part {
	font-size: 20px;
	font-weight: bold;
	padding: 40px 0 15px 0;
}
.title2-part {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 10px 0;
}