body{
    margin: 0;
    padding: 0;
    height: 100vh;
    background: rgb(0,26,112);
    background: linear-gradient(0deg, rgba(0,26,112,1) 40%, rgba(3,57,157,1) 80%, rgba(0,76,199,1) 100%);
}

.btn-defis{
    text-decoration: none;
    color: #3e3e3e;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    height: 100px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.btn-defis:hover{
    color:#8d8d8e;
}

#video, #photoPreview{
    height: 100%;
    width: 100%;
}

.defis-btnInfo{
    margin-left: 10px;
    text-align: left;
    line-height: normal;
}

.defis-btnInfo .title{
    font-size: 24px;
    font-weight: 600;
}

.defis-btnInfo .descrip{
    font-size: 18px;
}

.defis-btnImg img{
    border-radius: 5px;
}

.back-rules{
    background-color: #fff;
    margin-top: 5%;
    border-radius: 30px;
    padding: 30px;
}

.def{
    max-width: 480px;
    margin: auto;
}

#cameraContainer{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

#previewContainer{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

#captureBtn{
    border-radius: 50%;
    background-color:#03399d;
    color: #fff;
    height: 100px;
    width: 100px;
    border: none;
}

#switchCameraBtn{
    border-radius: 50%;
    background-color:#03399d;
    color: #fff;
    height: 50px;
    width: 50px;
    border: none;
}

#btnPreview{
    margin-top: 20px;
}

#confirmBtn{
    border-radius: 50%;
    background-color:#03399d;
    color: #fff;
    height: 80px;
    width: 80px;
    border: none;
}

.btnContainer{
    display:inline-grid;
}

.btn-title{
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #000;
}

#cancelBtn{
    border-radius: 50%;
    background-color:#03399d;
    color: #fff;
    height: 80px;
    width: 80px;
    border: none;
}

.back-rules h3{
    color: #0451e0;
}