*{
    box-sizing: border-box;
}
html,body{
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
}
section{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/dragonfly-bg.jpg") no-repeat center center;
    background-size: cover;
}
section div{
    width: 50%;
    background: rgba(0,0,0,.8);
    border-radius: 30px;

}
svg{
    width: 100%;
    fill: #ffffff;
}