body {
    display: flex;
    height: 100vh;
    background: #D8D8D8;
}

#box {
    margin: auto;
    /* padding: 20px; */
    width: 600px;
    height: 450px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 5px #B4B4B4;
}

#title {
    height: 60px;
    border-radius: 10px 10px 0px 0px;
    background-image: linear-gradient(#1c8bc6,#126cbe);
    text-align: center;
    color:#fff;
    font-size: 20px;
    line-height: 60px;
}

#box h4 {
    position: absolute;
    margin:5px 10px;

}

#box svg {
    /* margin-top: 20px; */
    width:600px;
    height: 380px;
    /* background: pink; */
}