
/**
    Style file to have universal properties
*/

body {
    margin: 0;
    overscroll-behavior: none;
}

.containers {
    background: white;
}

.button{
    box-shadow: 0px 1.5px rgba(0,0,0,0.25);
}

.uiButton {
    border-radius: 100px;
    background-color: #383838;
    height: 67px;
    width: 82vw;
    line-height: 67px;
    color: white;
    box-shadow: 0px 1.5px rgba(25, 25, 25, 0.31);
    font-size: 23px;
    text-decoration: none;
    text-align: center;
    font-family: "Roboto-Bold";
}

.bottomStack {
    bottom: 3vh;
    position: fixed;
}

.uiButtons {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.img{
    width: 100%;
    height: 100%;
}

.title {
    margin-block: 0;
    padding: 1.4rem 30px 1.4rem 30px;
    font-family: "Roboto-Regular";
    font-size: 25px;
    line-height: 1.22;
    color: #CD9625;
}

.text {
    margin-block: 0;
    color: black;
    padding: 1.4rem 30px 0 30px;
    font-family: "Roboto-Bold";
    font-size: 23px;
    line-height: 1.4;
}

.question {
    font-family: "Roboto-Medium";
}

.outroGradient{
    background-image: linear-gradient(0deg, #000D, #0000);
    height: 100%;
    width: 100%;
    text-align: center;
}

.bottomCounter{
    width: 50px;
    font-family: "Roboto-Regular";
    float: right;
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 90px;
}

#emptyTop {
    height: 15vh;
    min-height: 15vh;
}