@import "discord.css";
@import "loader.css";
@import "tooltip.css";
@import "scrollbar.css";

body {
  background-image: url("https://freight.cargo.site/w/720/i/3c9edef316eccb3c7aba6a83682bd409bab6484047c89e64b1df34c3411fbb60/Clouds_Timelapse.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #121212;
}

.container {
  font-family: "Nunito", sans-serif;
}

a {
  color: #f70767;
}

a:visited {
  color: #f70767;
}

a:hover {
  color: #aa0f4d;
  text-decoration: none;
  transition: color 0.15s ease;
}

section {
  margin: 0 auto;
  max-width: 125vh;
  text-align: center;
  background-color: #ffffff4c;
  border-radius: 10px;
  padding: 20px;
  /* opacity: 0.4; */
  border: 0.25rem solid #f7076748;
}