html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', monospace;
    background-color: black;
}

.title {
    text-align: center;
    margin: 1.5em 0;
}

.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 40px;
}

.sidebar {
    width: 250px;
}

.redoboxo {
    max-width: 600px;
    padding: 20px 30px;
    color: #f00;
    padding-left: 1.5em;
    border: 5px solid #f00;
    box-shadow: 0 0 15px #f00;
}

.picborder {
    border: 5px solid #f00;
    box-shadow: 0 0 15px #f00;
    object-fit: cover;
    height: 200px;
    width: 200px;
}

.redglow {
    color: #f00;
    text-shadow: 0 0 10px #f00;
}

.corner-gif {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 120px;
    z-index: 9999;
    pointer-events: none;
}

.bottom {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
}