main{
    background-color: black;
}

body{
    background-color: black;
    text-align: center;
    border-radius: 15px;
    padding-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
    font-family: monospace;
    font-size: larger;
}

footer{
    align-items: end;
}

h1{
    margin: 10px;
    color: white;
}

p{
    color: white;
}

small{
    color: white;
}

h6{
    color: white;
}

.button {
  border: none;
  background-color: rgb(54, 0, 90);
  color: rgb(216, 216, 216);
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 15px;
  transition-duration: 0.4s;
}

.button:hover {
  background-color: rgb(49, 0, 78);;
  color: white;
}

.button2 {
  border: none;
  background-color: rgb(54, 0, 90);
  color: rgb(216, 216, 216);
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 15px;
  transition-duration: 0.4s;
}

a{
    color: rgb(134, 63, 255);
}

a:hover{
    color: rgb(119, 41, 255);;
}

.button2:hover {
  background-color: rgb(49, 0, 78);;
  color: white;
}

img{
    width: 90%;
    height: 90%;
    object-fit: contain;
    border: 3px solid rgb(59, 0, 93);
    border-radius: 15px;
    margin: 10px;
    
}

h3{
    color: white;
}

sub{
    color: white;
}

 .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 550px;
  margin: auto;
  text-align: center;
  border: 3px solid rgb(59, 0, 93);
  border-radius: 15px;
}

.p1{
    width: 90%;
    height: 90%;
}

.subtext{
    color: lightgray;
    line-height: 5px;
}

.subtext2{
    color: lightgray;
    font-size: 10px;
}

.black{
    color: black;
}

#emotes {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  font-family: system-ui, sans-serif;
  font-size: 1.1rem;
  transition: opacity .2s;
  opacity: 1;
  width: 4.4ch;
  color: white;
}