@import url("https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/css/fonts/google-sans.css");

.welcome-background {
  background-color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95vh;
}

.welcome-text {
  color: #FFFCFD;
  text-decoration: none;
  text-align: center;
  font-size: 40pt;
  font-family: 'Times New Roman', Times, serif;
  padding-bottom: 0.1em;
}

.welcome-text:hover {
  color: #181818;
  background-color: #B02A2B;
}

.welcome-image {
  max-width: 40%;
  max-height: 40%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}