.tilly, .tom, .squirrel, .squirrel-2, .squirrel-3{
  width: 200px;
  height: 200x;
  object-position: center;
  
}

.beetle-gif, .Kevins-Bastard-Son, .my-vibe, .Scilly-Sunset, .Sleeping-bee{
  width: 300px;
  height: 300px;
  object-position: center;
  
}

.beetle-gif {
  margin-left: 100px;
}

.beetle-caption {
  width: 300px;
  margin-left: 160px;
}

.Kevins-Bastard-Son{
  margin-left: 100px;
}

.Kevins-Bastard-Son-caption {
  width: 300px;
  margin-left: 100px;
}

.likes {
  text-align: left;
  width: 45%;
}

.dislikes {
  width: 45%;
}

.likes-dislikes {
  display:flex;
}

div {
    display: flex;
    unicode-bidi: isolate-override;
}

figure {
  padding: 0;
  margin:0;
}

body {
    font-family: 'Audiowide';font-size: 22px;
    background-image: url(backgrounds/cloudy-sky.jpg);
    cursor: url("Cursor/acorn.png"), auto;
}

.back-button {
    font-family: 'Audiowide';
    font-size: 22px;
    border: none;
    display: flex;
    height: 40px;
    width: 80px;
    border-radius: 10px;
    border: none;
    background-color: lightblue;
    color: rgb(7, 7, 7);
    margin-top: 100px;
    cursor: url("Cursor/acorn.png"), auto;
  }

  .back-button:hover {
    cursor: pointer;
    text-decoration: underline;
    cursor: url("Cursor/acorn.png"), auto;
  }