﻿/*body {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:100vh;
    background-color:#304b5f;
}*/
.wrapper{
    background-color:#fff;
    padding:25px;
    
    width:100%;
    border-radius:3px;

}

.wrapper .item{
    background:#304B5F;
    color:#fff;
    display:flex;
    border-radius:3px;
    padding:12px 17px;
    margin-bottom:8px;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

