body {
    background-image: url(images/stars_background.gif);
    background-repeat: repeat;
    font-family: Times New Roman;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.hero-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.hero-title img {
    width: 1000px;
}

.hero-gifs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; 
}

.hero-gifs img {
    height: 100px;
    width: auto;
}

.splash-box-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-box {
    background-color: lightgray;
    width: 300px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #000000;
    box-shadow: 2px 2px #000000;
}

.splash-box-inner {
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 0px;
}
