body {
    background-image: linear-gradient(33deg, #cfa3ff 25%, #ffc7ff 25%, #ffc7ff 50%, #cfa3ff 50%, #cfa3ff 75%, #ffc7ff 75%, #ffc7ff 100%);
    background-size: 330.49px 214.63px;
	font-family: 'Comic Neue', 'sans-serif';
}

.container {
    filter: drop-shadow(0px 12px 15px gray);
}

.kit-greeter {
    display: block;
    margin-top: calc(50px + 1vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(-11px - 1.04vw);
    width: calc(100px + 10vw);
}
.welcome {
    margin: auto;
    width: 40vw;
    min-width: 295px;
    border-radius: 12px;
    border: 1px solid black;
    padding: 12px;
    padding-top: calc(1.2vw);
    text-align: center;
    background-color: #eeeeee;
    margin-bottom: 25px;
}

.welcome-header h1 {
    font-size: calc(24px + 2vw);
    font-weight: bolder;

}
.welcome-header p {
    margin-top: calc(-4vw/5);
    font-size: calc(12px + 4vw/5);
}

.accordion-body {
    text-align: justify;
}

.friends-of-kit {
    text-align: center;
}

.friends-buttons-container {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 8px;
    align-content: space-between;
    align-items: center;
    justify-content: center;
}

.add-friends {
    font-size: 13px;
}

.buttonless {
    height: 31px;
    width: 88px;
    background-color: #282834;
    line-height: 31px;
    font-weight: bold;
}

.buttonless a {
    color: #eeeeee;
}