body{
    background: #E1E6E2;
}

img{
    max-width: 100%;
}

.container{
    height: 100vh;
    display: flex;
    flex-direction: column;
}

header{
    background: #1A5B68;
    color: #fff;
    font-size: 60px;
    text-align: center;
    margin-bottom: 15px;
    flex: 0 1 auto;
}

.content{
    flex: 1 0 auto;
}

footer {
    background-color: #416364;
    padding: 5px 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    flex: 0 1 auto;
    margin-top: 15px;
}

.score-box{
    background: #fff;
    width:auto;
    height: 100%;
    text-align: center;
    padding: 10px;
}

.correct{
    color:#3CBB40;
}

.incorrect{
    color:#EC0F0F;
}

.score-title{
    font-size: 25px;
    padding:15px;
    border: 1px solid #3CBB40;
    color: #444;
    margin: 5px;
}

.choosed-breed-wrapper{
    font-size: 20px;
    text-align: center;
    padding: 15px;
    background: #fff;
}

.choosed-breed-wrapper .select2{
    margin-top: 10px;
}

.incorrect .score-title{
    border-color: #EC0F0F;
}

.score-number{
    font-size: 70px;
}

.dog-picture{
    text-align: center;
    margin-bottom: 15px;
    flex: 1 0 auto;
    background: #fff;
    padding: 15px;
}

.choosed-breed-wrapper{
    margin-bottom: 15px;
}

.button{
    font-size: 20px;
    padding: 15px;
    height: auto;
    width: 100%;
}

.result-box-message{
    border: 2px solid #3CBB40;
    text-align: center;
    background: #fff;
    padding:  10px;
    margin-bottom: 10px;
}

.result-box-message.invalid{
    border: 2px solid #EC0F0F;
}

.answer-box,
.result-box{
    flex: 0 1 auto;
}

.quiz-box{
    display: flex;
    flex-direction: column;
}

.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
