.footerbody {
    height:300px;
    width: 100%;
    background-color: rgb(51, 51, 51);
    bottom: 0%;
    height: 50px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footerbody2 {
    width: 100%;
    position: fixed;
    background-color: rgb(51, 51, 51);
    bottom: 0%;
    height: 50px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}