body, html {
    margin: 0;
    padding: 0;
}

.button__row {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
}

.question__answer {
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
}

.button__row .button {
    width: 40vw;
    height: 10vh;
    min-height: 150px;
    text-align: center;
    border: solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    font-family: 'Rowdies', sans-serif;
    background: -webkit-linear-gradient(rgba(10, 61, 98, .7), rgba(10, 61, 98, .7)), url("../css/img/partyhardy.png");
    background-size: cover;
    background-position: center;
    color: white;
    box-shadow: none;
}

.button__row #button2:active, .button__row #button3:active, .button__row #button2:focus, .button__row #button3:focus {
    background-color: linear-gradient(rgba(5, 14, 37, .7), rgba(5, 14, 37, .7)), url("../css/img/partyhardy.png");
    background: -webkit-linear-gradient(rgba(5, 14, 37, .8), rgba(5, 14, 37, .8)), url("../css/img/partyhardy.png");
    background-position: center;
}

.button__row #button1:active, .button__row #button4:active, .button__row #button1:focus, .button__row #button4:focus {
    background-color: linear-gradient(rgba(5, 14, 37, .7), rgba(5, 14, 37, .7)), url("../css/img/partyhardy.png");
    background: -webkit-linear-gradient(rgba(5, 14, 37, .8), rgba(5, 14, 37, .8)), url("../css/img/partyhardy.png");
    background-position: center;
}

.clientModifier {
    background-color: #c2b6b6;
    background-image: linear-gradient(315deg, #c2b6b6 0%, #576574 74%);
    border-radius: 200px;
    width: 3rem;
    height: 3rem;
    color: #6F1E51;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-left: 15px;
    padding: 0.25rem;
}

.clientModifier:first-child {
    margin-left: 0px;
}

.button__row #button1 {
    border-radius: 60px 0px 0px 0px;
    background: -webkit-linear-gradient(rgba(183, 21, 64, .5), rgba(183, 21, 64, .7)), url("../css/img/partyhardy.png");
    background-size: cover;
    background-position: center;
    border-width: 4px 2px 2px 4px;
}

.button__row #button2 {
    border-radius: 0px 60px 0px 0px;
    border-width: 4px 4px 2px 2px;
}

.button__row #button3 {
    border-radius: 0px 0px 0px 60px;
    border-width: 2px 2px 4px 4px;
}

.button__row #button4 {
    border-radius: 0px 0px 60px 0px;
    background: -webkit-linear-gradient(rgba(183, 21, 64, .5), rgba(183, 21, 64, .7)), url("../css/img/partyhardy.png");
    background-size: cover;
    background-position: center;
    border-width: 2px 4px 4px 2px;
}

.Player__info {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: 'Rowdies', sans-serif;
}

.shotsTaken {
    content: "Shots : "
}

.wait__screen {
    background-color: #ecf0f1;
    color: black;
    height: 100vh;
}

.playername {
    font-size: 2rem;
}

.shotsTaken {
    font-size: 3rem;
    color: red;
}

.underline {
    height: 5px;
    width: 70%;
    background-color: #c0392b;
}

.modifier__row {
    display: flex;
}

.modifier {
    width: 90px;
    height: 90px;
    font-size: 2.5rem;
    background-color: #d3d3d3;
    background-image: linear-gradient(315deg, #d3d3d3 0%, #57606f 74%);
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #f1c40f;
    border: 3px solid #57606f;
}

.question__info {
    margin-bottom: 50px !important;
    color: white;
    text-align: center;
    font-family: 'Rowdies', sans-serif;
}

.question__info h2 {
    font-size: 2.5rem;
}

.round__info {
    margin-top: 50px !important;
    color: white;
    text-align: center;
    font-family: 'Rowdies', sans-serif;
}

.waiting__screen {
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: 'Rowdies', sans-serif;
    text-align: center;
}

.waiting__screen h2 {
    font-size: 2.8rem;
}

.waiting__screen img {
    width: 90%;
    height: auto;
    max-width: 1000px;
}

.waitingcontent {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.character__selection {
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-family: 'Rowdies', sans-serif;
    text-align: center;
}

.character__selection .content__block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: -webkit-linear-gradient(rgba(183, 21, 64, .5), rgba(183, 21, 64, .5)), url("../css/img/partyhardy.png");
    background-position: center;
    height: auto;
    width: 90%;
    max-width: 1000px;
    padding: 1.5rem 0;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.character__selection .content__block h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

.character__selection .content__block input {
    text-align: center;
    position: relative;
    border-radius: 50px;
    font-size: 1.8rem;
    max-width: 300px;
    background-color: #63021c;
    color: white;
    font-family: 'Rowdies', sans-serif;
    border: 0px solid white;
    padding: 15px 0px 15px 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.character__selection .content__block .player__img {
    margin-bottom: 10px;
    border-radius: 50px;
    background: url("../css/img/characters/DrunkSteve.png");
    background-size: cover;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1f2f6;
    font-size: 1.2rem;
    user-select: none;
}

.character__selection .content__block .player__img span {
    margin-top: 60%;
    user-select: none;
}

#thingblock {
}

.gamewrapper__online {
    height: 100vh;
    background-color: #310e68;
    background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
    position: relative;
    color: white;
}

.gamewrapper__online__content {
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    max-height: 1200px;
}

#gamewrapper__online__content::after {
    content: attr(data-readytimercontent);
    display: block;
    font-family: 'Rowdies', sans-serif;
    font-size: 1.5rem;
    color: white;
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    text-align: center;
}

.orb {
    width: 250px;
    height: 250px;
    background-color: white;
    color: #6D214F;
    border-radius: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orb h2 {
    max-width: 80%;
    margin: 0px;
    padding: 0px;
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Rowdies', sans-serif;
}


.gamewrapper__online .logo img {
    width: 80%;
    height: auto;
}


