body {
    background-image: url(images/stars_background.gif);
    background-repeat: repeat;
    font-family: Times New Roman;
    color: white;
}

.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: 800px;
}

.hero-gifs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-gifs img {
    height: 60px;
    width: auto;
}

.bio {
    max-width: 780px;
    text-align: center;
    margin: 50px auto;
}

.links {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
}

.links img {
    height: 100px;
    width: auto;
}

figure {
    text-align: center;
}
