@import url('https://fonts.cdnfonts.com/css/uni-sans-regular');
@import url('https://fonts.cdnfonts.com/css/youtube-sans');

.main_div {
    width : 100%; 
    /*padding: 100px 0;
    margin: 0 auto;*/
}

.brand_logo {
    width: 50%;
    justify-content: center;

}

.error_container{
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 5%;
    background-color: rgb(184, 16, 16);
    margin: 0;
    z-index: 1;
    text-align: center;
}
.error_container p {
    padding: 0.5%;
    font-size: 16px;
    position: relative;
    font-family: 'YouTube Sans', sans-serif;
}


.old_button_container{
    border-radius: 25px;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    background-color: #7289da;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.discord_button_container {
    background-color: #7289da;
    border-radius: 25px;
    border: none;
    color: white;
    /*padding: 15px 32px;*/
    padding: 5% 20%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Uni Sans Demo', sans-serif;
    font-weight: bold;
  }

.whop_button_container {
    background-color: #ff2708;
    border-radius: 25px;
    border: none;
    color: white;
    /*padding: 15px 32px;*/
    padding: 5% 22%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Uni Sans Demo', sans-serif;
    font-weight: bold;
  }
.discord_button_container:hover {
    border-color : #7289da;
    background-color: white;
    color: black;
}
.whop_button_container:hover {
    background-color: #ff6f45;
    color: black;
}

.custom_shape {
    border-radius: 25px;
    /*background: rgba(71,158,192,0.9);*/
    background: rgb(0, 0, 0, 0.9);
    border-width:5px;
    border-style: solid;
    border-color:rgba(71,158,192,0.9);
    width: 40%;
    height: 75%;
    top: 12.5%;
    left: 30%;
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;

}