@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500&family=Raleway:wght@200;300;500&display=swap');

* {
    font-family: 'Inter', sans-serif;
}

html{
    height: 100%;
}

h1{
    color: #676952!important;
}
body{
    height: 100%!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center!important;
    background-color: #B7B9A6!important;
}

.info{
    background-color: #2D2D2D;
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px;
}

.card{
    min-width: 480px!important;
}

.boxNumber{
    padding: 3em;
    margin: 2em 0;
}

.displayScore{
    margin: 1em 3em;
}

#guess_form{
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
}

.form-control::placeholder{
    font-style: italic;
    color: #dcdcdc!important;
}

#guess_form input{
    margin: 1em 0;
}

.informationGame{
    color: #676952;
}

#buttonReset{
    width: 280px!important;
}

.btn-personal-secondary{
    background-color: #676952!important;
    color: #fff!important;
}

.btn-personal-outline{
    border-color: #dcdcdc!important;
    color: #dcdcdc!important;
}

.btn-personal-outline:hover{
    background-color: #676952!important;
    color: #fff!important;
}