.logo img,
.logo-sticky img {
    max-height: 60px;
}

.contents p {
    margin-top: 10px;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 5px 10px;
    border: 1px solid var(--theme-color);
}

.overview-image {
	text-align: center;
}

.goto {
    align-items: center;
    appearance: none;
    margin-top: 40px;
    background-image: radial-gradient(100% 100% at 100% 0, var(--theme-color) 0, #44317d 100%);
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    line-height: 48px;
    list-style: none;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
    margin-bottom: 30px;
    transition: 0.3s all ease-in-out;
}

.goto:hover {
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
	color: #fff;
	transform: translateY(-2px);
}