#galactic-box {
width: 250px;
margin: 0 auto !important;
display: flex;
align-items: center;
flex-direction: column;
position: relative;
font-family: MS Gothic;
border: 4px solid #0000ff;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 36%, rgba(4, 0, 54, 1) 100%);
box-shadow: 0px 0px 8px #0000ff, 1px 1px 4px #0000ff inset, -1px -1px 4px #0000ff inset;
color: #ffff00;
text-shadow: 0px 0px 4px #ffff00;
box-sizing: border-box;
padding: 5px;
}	

#galactic-box .gw-logo {
width: 130px;
image-rendering: pixelated;
margin-bottom: 5px;
}

#galactic-box .gw-content-wrapper {
display: flex; 
align-items: center;
justify-content: center;
margin-bottom: 7px;
}

#galactic-box .gw-content-wrapper a {
all: unset;
cursor: pointer;
font-size: 35px;
}

#galactic-box .spot-container {
display: flex;
align-items: center;
flex-direction: column;
margin-right: 25px;
}

#galactic-box .spot-image {
width: 130px;
image-rendering: pixelated;
margin-bottom: 5px;
}

#galactic-box .spot-name {
width: 130px;
text-align: center;
font-size: 12px;
font-weight: bold;
transition-duration: 0.5s;
}

#galactic-box .spot-name:hover {
font-style: italic;
letter-spacing: 1px;
}

#galactic-box .prevbutton {
margin-right: 25px;
}

#galactic-box .gw-nav-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

#galactic-box .gw-nav-wrapper .gw-link {
text-align: center;
width: 80px;
font-weight: bold;
text-decoration: underline;
font-size: 12px;
}

#galactic-box .gw-nav-wrapper .gw-link a {
all: unset;
cursor: pointer;
}