.Subscribe-button {
    background-color: rgb(200, 0, 0);
    border-color: red;
    border-radius: 15px;
    color:white;
    border: none;
    margin-left:30px;
    margin-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:30px;
    padding-right:30px;
    cursor: pointer;
    margin-right: 20px;
    transition:color 1s;
    transition: 0.15s;
    transition: background-color 1s;
    box-shadow: 5px  5px  5px rgba(0, 0, 0, 0.50);
}

.Subscribe-button:hover {
  background-color: rgb(196, 76, 76);
  
}
  .Subscribe-button:hover {
    opacity:0.9;
}
  .Subscribe-button:active {
    opacity:0.7;
}
.Join-button {
    background-color:rgb(white);
    border-radius: 15px; 
    border-color: rgb(4, 11, 219);
    border-style: solid;
    border-width: 1px;
    color: rgb(17, 30, 214);
    height: 36px;
    width:  100px; 
    cursor: pointer;
    margin-right: 8px;
    transition:color 1s;
    transition:opacity 0.15;
    transition:background-color 1s;;
    box-shadow: 10px  10px  10px rgba(0, 0, 0, 0.50);
    vertical-align:top;
}
.join-button:hover  {
  background-color:rgb(146, 146, 226);
}
  .join-button:hover {
    opacity:0.9;
}
  .Join-Button:active {
  opacity:0.7;
}
.Discord-Button {
  background-color: rgb(20, 0, 200);
    border-color: rgb(57, 13, 179);
    border-radius: 15px;
    color:white;
    border: none;
    margin-left:10px;
    margin-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:30px;
    padding-right:30px;
    cursor: pointer;
    margin-right: 20px;
    transition:color 1s;
    transition: 0.15s;
    transition: background-color 1s;
    box-shadow: 5px  5px  5px rgba(0, 0, 0, 0.50);
    vertical-align:top;
}
  .Discord-Button:hover {
    background-color:rgb(74, 74, 177);
}
  .Discord-Button:hover {
    opacity:0.9;
}
  .Discord-Button:active {
    opacity:0.7;
}