html {
    background-color: #222735;
    height: 100%;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
        line-height: 1.35;
    }
}

.logo-holder {
    width: 100%;
    border-bottom: 5px solid black;
    
}
.mainlogo {
    display: block;
    width: 100%;
    max-width:660px;
    border-radius: 30px;
    margin:auto;
    text-align: center;
}

.content-area {
    background-color: #e2eaf9;
    padding-bottom: 150px;
}

.click-here {
    color:black;
    text-align: center;
    padding-top: 80px;
    font-style: italic;
}

#ToD-Buttons {
    display: block;
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: auto;
}

@media (min-width: 992px) {
    .ToD-Buttons {
        margin-bottom: 100px;
    }
}

.TDButtons {
    color: white;
    background-color: #222735;
    border: 2px solid #a0addc;
    border-radius: 15px;
    cursor: pointer;
    width: 120px;
    margin: 20px 20px 100px 20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.4;
    padding: 16px 30px;
    transition: background color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -webkit-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
}

@media (min-width: 992px) {
    .TDButtons {
        margin-bottom: 100px;
        width: 140px;
    }
}

.TDButtons:hover {
    background-color: #a0addc;
    color: white;
    border: 2px solid #222735;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.TDButtons:active {
    position: relative;
    /*top: 2px;
    left: 1px;*/
    box-shadow: none
}

#TruthButton.active {
    background-color: #bfeebf;
    text-shadow: 1px solid black;
    border: 2px solid #222735;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#DareButton.active {
    background-color: #f6c3bc;
    text-shadow: 5px 5px 5px 5px solid black;
    border: 2px solid #222735;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


.TDButtons.active:hover {
    background-color: #a0addc;
}

.TruthDare-Holder {
    padding-left: 50px;
    padding-right: 50px;
}
.RandomTruthDareDiv {
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    font-size: 28px;
    padding: 50px;
    border-radius: 30px;

}

@media (min-width: 992px) {
    .RandomTruthDareDiv {
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    font-size: 28px;
    padding: 100px;
    border-radius: 30px;

}
}

.active-truth {
    background-color: #bfeebf;
    border: 3px solid black;
}

.active-dare {
    background-color: #f6c3bc;
    border: 3px solid black;
}

#copyright {
    background-color: #222735;
    color:white;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    border-top:5px solid black;
    font-size: 14px;
}