body html{
    margin: 0;
    padding: 0;
}

.backgroundimg {
    background-image: url(../images/bg01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.content {
    Margin-top:40px;
    background-color:#fff;
    border-radius: 25px;
    padding: 20px;

}