* {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.header {
    margin-top: 10%;
}

.motto {
    font-weight: lighter;
    color: #333;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

section {
    margin-top: 10px;
}

.thumbnail {
    width: auto;
    max-width: 100%;
    height: auto;
}


.join-discord-btn {
  background-color: #7289DA; /* Discord brand color */
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.join-discord-btn i {
  margin-right: 5px; /* Adds some space between the icon and text */
}

.join-discord-btn:hover {
  background-color: #5b6eae;
}

