.bg {
    height: 100%;
    width: 100%;
}
    


.header {
    width:100%;
    height:150px;
    background-color:floralwhite
}

.body {
    background-color:floralwhite;
}

.bodycont {
    width: 600px;
    align-content: center;
}
